Memory Pool Memory Pool Refreshing

6,075 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,875 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (681,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
226,278 226,278 00000000000001d259bc466f11fc5129367c9311e1dc9771a919bb788016d443 0.09 MB 180 223
226,277 226,277 0000000000000082ff4bfc538914310b0e7665935cdea20c957099549f9e8c33 0.13 MB 324 236
226,276 226,276 0000000000000041ffbbf9415d86a83d56e88cdcb4e7309e3554af63552b2bbb 0.07 MB 130 177
226,275 226,275 000000000000031d9954f39ce49573c8939d5416640f6db7111f0956280b6a43 0.08 MB 190 231
226,274 226,274 000000000000024bdac00d62aa640db9768fa7bc760ab49388521bf7caf03b80 0.04 MB 81 99
226,273 226,273 00000000000001e4d7836ad2f161af05097ff34e789cf1be5c75447ee1dc39de 0.15 MB 295 152
226,272 226,272 00000000000003323622b3e8d925a0f5e5223b03c361b0ab4cca5c1544533b94 0.15 MB 300 192
226,271 226,271 000000000000005c6fbb51d5976bddd4e2eb1a00854417c736099334fd5aef43 0.04 MB 95 250
226,270 226,270 000000000000008ca0f8a2137211950b072139be3ce1c3476880e55025037e16 0.20 MB 105 51
226,269 226,269 000000000000030b36b4c2635336485dc8bc715fdfbcebbf4ef9b0650082e363 0.09 MB 175 186
226,268 226,268 00000000000000fa3d92647927867f1671ac3f9c1ab1d1dc755a67849740ad98 0.06 MB 100 107
226,267 226,267 00000000000002e60135b76ddd31d727f4ca44c28f142e85ff38c199b1a098e8 0.03 MB 88 242
226,266 226,266 000000000000014ad21a2a67f6d57d1012d85b00a9ea0282b450815360e67d01 0.01 MB 16 103
226,265 226,265 0000000000000228f940018e306a86d5bbc9989abb3b1eee26cdff201777635a 0.03 MB 65 80
226,264 226,264 0000000000000272c04566dcae11d4bd7b9ef7b2991d6e485f4e5f0ddfd434d9 0.17 MB 389 208
226,263 226,263 00000000000000f638e08ae56ba848cfe43377d6c89c8ccf57bf96a0a254b7d2 0.11 MB 226 162
226,262 226,262 0000000000000046ddf3ac5c90adeba12af3fc95c1a2089234042b269d994565 0.11 MB 241 203
226,261 226,261 0000000000000082e0630eea3ce3240d31316e09bc3a7834159444b72b62ce49 0.05 MB 140 246
226,260 226,260 00000000000000fa2b3919e4deb1822a1d0055540061a1d564a6f78a49870a67 0.05 MB 83 22
226,259 226,259 000000000000027844634049593c9d62b31aae2820445c17562cc7113be9e271 0.02 MB 50 137
226,258 226,258 0000000000000084de042fbb452bac957673a5f2f71e82c0816e2052339fe647 0.11 MB 275 244
Previous 10 blocks ↓
Total Size: 768.99 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,616.56 GB sent, 92.76 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.