Memory Pool Memory Pool Refreshing

2,786 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 2,780 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (21,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
886,536 886,536 0000000000000000000036a046674db10c8adfaf1a92c0c447731d8724584fdb 1.35 MB 1,678 1
886,535 886,535 0000000000000000000162683c4b619f16431b439b3e878f28a4bdca35bceeca 1.65 MB 2,474 2
886,534 886,534 00000000000000000000ee2e2ba5d7ac540349426959f5f614600b48a5beab76 1.56 MB 3,555 4
886,533 886,533 000000000000000000010d350cf888b0e280b03339a413c442afd41d366cddc2 1.55 MB 3,469 4
886,532 886,532 000000000000000000000607522c40343a947546fb0c57474acfcf22847a1e48 1.87 MB 1,871 2
886,531 886,531 00000000000000000001335fb322efecce1ae6239b2154676e78192172c1b84a 1.79 MB 958 1
886,530 886,530 00000000000000000002043d30e120dd0e806645c018ae556adccf3f40c523c0 1.42 MB 2,284 2
886,529 886,529 00000000000000000001f5c0e94073b14b422e0404598cadbbefca3b7c8ffcef 1.65 MB 3,088 4
886,528 886,528 0000000000000000000248bcf65cb2a9802b51a36ba63152a387ae67afbcfd03 1.14 MB 766 1
886,527 886,527 00000000000000000001386cebec0de3e99bbda0863b156723a8f28a7b1180ec 1.87 MB 1,920 2
886,526 886,526 0000000000000000000249a7d16330729ea255b7c7cdaf1119dd7ee3f7d72dbf 1.63 MB 3,248 2
886,525 886,525 00000000000000000000d79ea7f63f95310cb1a70573eb049d98e0b73f6be5c3 1.48 MB 2,905 5
886,524 886,524 00000000000000000001876173b03a8a56db8dbdecc4b5c4f4d028f004f6e3a3 1.70 MB 3,095 5
886,523 886,523 000000000000000000021a9d3f2ff75a6e2321b9967406f1b8e014c67ee5697b 1.84 MB 33 1
886,522 886,522 00000000000000000002601d09f8ecec4f776f492b42f1578132e5617903f426 1.70 MB 2,555 2
886,521 886,521 0000000000000000000053255b83125ce67b7e036ba18ebafd874fa6d26f6a77 1.73 MB 2,218 1
886,520 886,520 0000000000000000000032528877bf785dcd0bb9564e675837e5d25251085e53 1.72 MB 4,434 4
886,519 886,519 000000000000000000004bc996c55720bf53c8845b7c317e2b376293c9db1044 1.80 MB 3,278 1
886,518 886,518 00000000000000000000f6a005db2cc711e776ae68bc424187398786d850a2b5 1.75 MB 4,624 3
886,517 886,517 00000000000000000000afc495ab733fa63d8a439edfa38935a8803ba25e1851 1.77 MB 4,504 1
886,516 886,516 000000000000000000001f529ce5dcf3764efdc1885e6308a1e540c88db2ee7b 1.75 MB 4,396 3
Previous 10 blocks ↓
Total Size: 769.28 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,635.56 GB sent, 94.33 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.