Memory Pool Memory Pool Refreshing

1,329 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
901,851 000000000000000000023a040000000000000000000000000000000000000000 0.40 vMB 1,317 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,850 (665,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
236,485 236,485 00000000000000e9764bdf7c32e3e5d4278a236aa26fbc2226474247f39e8a46 0.47 MB 1,069 153
236,484 236,484 000000000000016d917042bcb90712c61f9b99d286736b14060a8888e30e1278 0.25 MB 531 171
236,483 236,483 00000000000000d5c6a4508402355d351752e3f6c374dc2a6859f80169e1629d 0.25 MB 800 254
236,482 236,482 0000000000000081218438bf7cd94ebd3fccabe9458cd789056e229f6e28e994 0.25 MB 672 209
236,481 236,481 000000000000003195e75f97e09b9c78636b6611f1a327579129f865c0d40da8 0.15 MB 139 55
236,480 236,480 00000000000000101e07165d760ab5fd9b13381b1ce31181fb8c1c33e5c54f8b 0.13 MB 275 146
236,479 236,479 00000000000001510e342238f398198994651831c81d3a00260f714e22c1ae73 0.04 MB 103 112
236,478 236,478 00000000000000409ad465266d98489c86dafc41ee3a036e7608f5158e3b00a1 0.15 MB 274 104
236,477 236,477 000000000000010ca134069374a74339b13df480143a0161118fbfd994b0576b 0.25 MB 251 76
236,476 236,476 00000000000000147ec82ae82ef984aaa1d8f142f768cf9373f6472e18f3fbdf 0.47 MB 959 151
236,475 236,475 0000000000000143b8f90b0ab948682baeb8b19c8cb76a1edaad0423c4888341 0.03 MB 91 63
236,474 236,474 0000000000000067f573725e3354b8ea52258878c9ae0216aaa7e30a2c009bd2 0.22 MB 349 154
236,473 236,473 0000000000000026424a7759b1309c4ca90d92ccf32a79c3b1663d33af14258b 0.21 MB 463 184
236,472 236,472 0000000000000080fb0ca0b3e5fa1809952f198bf1835631e9f803459e803280 0.17 MB 343 156
236,471 236,471 000000000000007bec197efc3274976e04c9816982788f35f34897bbf63bf381 0.16 MB 191 77
236,470 236,470 000000000000015e34fe3aaa9ae488133b1b583552011561617ebba9f71abd17 0.25 MB 516 172
236,469 236,469 00000000000001245ee57ff96928cee8c17802f9feeb7b3acf51b908fb0c3232 0.25 MB 700 187
236,468 236,468 00000000000001459474b79be3ca43880f85faedc44bac58aa1d6261cfa7f1ac 0.15 MB 178 81
236,467 236,467 00000000000000938dd429a3371fa1cfd2a834632d77eadb9e6a8e15be2b8d4e 0.11 MB 189 144
236,466 236,466 0000000000000149a02478de416f106b26482e4ae2836501c1899055d3dfea7c 0.09 MB 88 84
236,465 236,465 0000000000000049a4599b1e14b8a936e7b82a37a538adb289e7f48f1c8ff4be 0.24 MB 657 140
Previous 10 blocks ↓
Total Size: 758.92 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: 769.53 GB sent, 41.43 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.