Memory Pool Memory Pool Refreshing

14,000 transactions
34.01 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,154 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,213 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,153 (661,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
200,645 200,645 0000000000000441a44d2f2b2adfa0f1e8fc2626df665bd1a54248e6f0dc7354 0.25 MB 381 119
200,644 200,644 0000000000000118cff7621e2848c43948b80a0656df9705f6646f7a7121950a 0.37 MB 622 164
200,643 200,643 00000000000001464b41fa77a4e102ea444f0bfeae8cd4f3f7634f76e2406d7c 0.08 MB 152 94
200,642 200,642 000000000000044fab60815caabb979531a26d1ab62205d9867b8a07d39bef27 0.22 MB 353 344
200,641 200,641 0000000000000003a7d1c34167a71591000b9cb1f660f074545decb971f4422a 0.06 MB 213 0
200,640 200,640 0000000000000206c657a5548c6aaa4ac6a876ed9bb5bbfc26126ac419c901ca 0.10 MB 207 88
200,639 200,639 0000000000000379bd885d60bcaab9b346a03e9346f310ae3a5ff01cd3770aa5 0.25 MB 797 223
200,638 200,638 000000000000055a130eac1851a36b2e85e29f313043e345ce4fdc98dbda301c 0.05 MB 111 155
200,637 200,637 00000000000005bf9de8ad450d02d985f230d1dec148dba260f5d1f137f86d8c 0.01 MB 17 59
200,636 200,636 0000000000000507894b69ca55c2be83d540f950a808c782cbeee80bd467e4f9 0.04 MB 112 113
200,635 200,635 00000000000001a548f30fcc5cb96f7f4416dcd264222e0c1c7bd7857e4eb9d8 0.17 MB 328 125
200,634 200,634 00000000000004dcd87d205f510fe1829ea7feb7591c5553fc894fb5c2fe0bdb 0.00 MB 1 0
200,633 200,633 00000000000002f318999674aa90faadb4ce2ff5bb2809e6260ff4f48fa7d382 0.06 MB 117 94
200,632 200,632 0000000000000013a2def5001896c260c449da595f2d64a2bd0708bedc0540fa 0.07 MB 167 109
200,631 200,631 000000000000008dba48443e6d7b4552a0802150a15d8c2c48b4024b243dbeb8 0.00 MB 9 14
200,630 200,630 000000000000052696df5d3c799549441dc123142237e51000eaaac0824d1a38 0.11 MB 265 119
200,629 200,629 0000000000000552abf95fc180814b43a7119d32d0e1bc5fdb9716316b75f9be 0.09 MB 119 49
200,628 200,628 000000000000001bb0893764668f5c306f6c97dce31f9936eaeabae10235c904 0.09 MB 172 94
200,627 200,627 00000000000003eb2f8e594d3d63ad0343de5c0d2b525fe9b18700f7dbcd0cdf 0.22 MB 467 128
200,626 200,626 00000000000004a55580d4d38a102711ee068418bec478bbbe60f71375c58a77 0.45 MB 562 75
200,625 200,625 00000000000002f088d717b7dd96d0dfc6adfbc8ad33776080961a85b66f7470 0.25 MB 903 243
Previous 10 blocks ↓
Total Size: 684.46 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,343.70 GB sent, 101.26 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.