Memory Pool Memory Pool Refreshing

6,348 transactions
2.41 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,479 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (585,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,531 322,531 00000000000000000420b6af3a937818c1dca26f716b823ef8ec286c7f2393fa 0.09 MB 156 25
322,530 322,530 0000000000000000166ba4721b40da481d278168b0d6987b0ce816e800f55ecd 0.69 MB 1,343 28
322,529 322,529 00000000000000001d2c442f285005f0eac327e9fedcd0417864b497c8108b77 0.05 MB 128 65
322,528 322,528 000000000000000019166244a63cff75cbf9a6c3326ec175c00bcad83b97aa79 0.22 MB 404 24
322,527 322,527 000000000000000023e8fc686d1abf94b74a2a2cb4b821ec7d79ab6d28354d2d 0.28 MB 484 24
322,526 322,526 000000000000000003fc3dc3fbf013f2fa715f63682f1f96befb9a875f89a24c 0.27 MB 413 23
322,525 322,525 00000000000000000fe8555e84d80c63a99a5a6d6617e41aa9b4ad44af720586 0.63 MB 1,149 26
322,524 322,524 00000000000000001af8a7522030db22c60948f3560fe6aad5f4755f2f8167dc 0.67 MB 992 21
322,523 322,523 00000000000000000a46ce883de4a83b0ed63998aed05c9589eb505b42171989 0.68 MB 451 15
322,522 322,522 000000000000000000eb62c131bf8f6113d8e27f7e6fe4801a48a06b1fc3061a 0.93 MB 1,597 26
322,521 322,521 0000000000000000117f4a8dc2e431727ab7cf466c6890b44f607532ea16bd5f 0.93 MB 2,239 36
322,520 322,520 00000000000000001018d03235fff5b3164fbce3bc66889b826174739549ad14 0.93 MB 1,368 23
322,519 322,519 00000000000000000b969246f0b0a12960a628a858cae27a5b80738278932e45 0.50 MB 1,128 31
322,518 322,518 00000000000000001654d1637b4ee83884c3c1706f2a17b20eb430b08a472968 0.75 MB 2,356 42
322,517 322,517 00000000000000001922874e31420a454165c959af9465fa8035394eded85d05 0.05 MB 128 132
322,516 322,516 0000000000000000244efd625d10f2168d622265ecc1827c6f0b9f77fe68055c 0.03 MB 64 75
322,515 322,515 00000000000000001d39d21911fbaa5e055127326091ea97d0bad20dbe90603c 0.07 MB 105 11
322,514 322,514 00000000000000001971cf12be3c497dc4d34505e71ccab24116e341247e2d33 0.13 MB 211 18
322,513 322,513 0000000000000000059e0d845d204ad5317cd6c071074b5553e7137f490b5ffb 0.31 MB 595 30
322,512 322,512 00000000000000000afefe0160fe0d181c38c9da71463a737b9187d57f293481 0.13 MB 210 17
322,511 322,511 000000000000000004ecf8da843e79261cf451ee0ca33387298b1658a67db7b7 0.43 MB 786 30
Previous 10 blocks ↓
Total Size: 768.98 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.51 GB sent, 92.74 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.