Memory Pool Memory Pool Refreshing

8,308 transactions
4.05 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,293 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (83,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
824,158 824,158 00000000000000000002aac7d033ca96323fc8a960939c503c0ecb767a7eb8fe 1.99 MB 5,602 68
824,157 824,157 00000000000000000003285bc2f486ec8aa4563b6d4825fcf899a43021aad68c 1.54 MB 2,770 63
824,156 824,156 0000000000000000000003df2cf2c2030337684518052884b0a02de47d579bba 1.71 MB 4,264 100
824,155 824,155 0000000000000000000100966076d6d0d5584ba091a1995887555e2b656760f6 1.58 MB 3,361 89
824,154 824,154 000000000000000000000ccf7ac3322e877987f285f900ece0ecdf43859f1641 1.67 MB 2,626 109
Previous 10 blocks ↓
Total Size: 769.17 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.43 GB sent, 93.81 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.