Memory Pool Memory Pool Refreshing

5,084 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,817 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,658 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (83,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
824,179 824,179 0000000000000000000211be19cb4acc0a5c85323d7db275029fc488dc742d67 1.81 MB 2,049 63
824,178 824,178 000000000000000000000289238603fa113d0c22f3a282230d19d32cb3c9f5ed 1.84 MB 4,205 71
824,177 824,177 0000000000000000000389ddeb65a60fccf8bf54217f9a7e3318a62ddf0ecc02 1.70 MB 3,673 93
824,176 824,176 000000000000000000011ebac316489b7b3d8509803697e7f377881bf828a588 1.64 MB 2,803 92
824,175 824,175 0000000000000000000321dba11009470246ab02240c8ebc9a054ab78652f3a8 1.63 MB 3,102 140
824,174 824,174 00000000000000000000870e4af27ee6cfea3f6a4e52bfa24968145bb038ad06 1.69 MB 3,091 71
824,173 824,173 00000000000000000003558392b10901e183a1515ccea7132eaf61dc570af428 1.61 MB 3,170 133
824,172 824,172 00000000000000000001616796b667c0fb48b4f958f57a48231025f29a795cec 1.68 MB 3,299 100
824,171 824,171 0000000000000000000032e032f2ae51ae619b327fdde9dfed60e8252b2edd40 1.62 MB 2,290 78
824,170 824,170 000000000000000000008751c78f7e44f3b4b7e11061777c13647193dd2e80ee 1.61 MB 2,335 102
824,169 824,169 00000000000000000000caf0df098f42e41c06fbc41ea1bf18d91575da9f0848 1.73 MB 2,781 180
824,168 824,168 00000000000000000002eb44cba3a94cf5c2b2627287a63e33f21e41654d0946 1.62 MB 2,695 121
824,167 824,167 00000000000000000001130a51df11f0ebf144e68eac39609fbedaa2c3e0b305 1.59 MB 2,684 228
824,166 824,166 00000000000000000002e12fb756eef682f7a5887ff692cca2d012a8b27e9ff1 1.66 MB 2,928 108
824,165 824,165 00000000000000000000524ec9790585046eb5d82e9cbfb1dcaf369edcf71a44 1.64 MB 3,725 98
824,164 824,164 00000000000000000001dd9eba59a4b5923d999eaf4c717b69f9ce72722d33b7 1.66 MB 3,616 157
824,163 824,163 000000000000000000005510e99c392b772845c03d9a32eff3594bb3b28bfa97 1.69 MB 3,745 78
824,162 824,162 00000000000000000003950a6b986a8b1e93819066bfd085a185296c254955b9 1.59 MB 3,591 73
824,161 824,161 000000000000000000036c28766ae51bc12d2dcd67eab58c9cd4f144610b50d6 1.69 MB 4,405 133
824,160 824,160 00000000000000000003a2f24c4a4ed3bf139dd577d0336bc03adefa9e321067 1.71 MB 3,108 78
824,159 824,159 00000000000000000003e4bac6e18a8591d2a272ce094782abbb46a902e44a80 1.84 MB 2,593 55
Previous 10 blocks ↓
Total Size: 769.19 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,633.72 GB sent, 93.91 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.