Memory Pool Memory Pool Refreshing

43,219 transactions
24.82 vMB
Show Random Selection Loading Transactions
Max Size: 157/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,608 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,268 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,607 (136,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
726,217 726,217 00000000000000000005d8ead05bc8117297fff141496264f1fc47fdf6aa326a 0.32 MB 551 9
726,216 726,216 000000000000000000034aa02793d1d1def953280c4fe3170b5f23036353e0e7 1.34 MB 2,406 11
726,215 726,215 000000000000000000052ea78cb95cc49e04293d0e978f4deb749ee75a544be8 0.92 MB 1,235 9
726,214 726,214 00000000000000000003eeea0df03c26fe9e8c7e7df23fc32b11b2b6597f697c 0.39 MB 675 8
726,213 726,213 000000000000000000086ba9eeefa62a969a69d7d1cdabfb3dbcd6033ec623f4 0.52 MB 297 4
726,212 726,212 000000000000000000038943019bfaa99359e5eca1074f05dfc91c98459ba724 0.10 MB 183 9
726,211 726,211 00000000000000000001b5337e6df416002dec8f3e6fc8f9ea696c46c1654265 0.89 MB 1,327 18
726,210 726,210 00000000000000000000054e834ea0827fb41ea7e72b9ffdd8237638bbc4cb01 0.34 MB 620 12
726,209 726,209 00000000000000000007f5dee51ec149ff221fcf1ae792b08df22130a52ef59f 1.01 MB 683 3
726,208 726,208 0000000000000000000a196c3164ac3b427445909b30c6d2d662b52fda697baa 1.24 MB 757 4
726,207 726,207 00000000000000000002394877f004559608bc62c34d4dc974db28e73a96f465 1.44 MB 2,589 9
726,206 726,206 00000000000000000000ce2a25e8993f1f5999b105471bebca0b3409bdd430de 1.29 MB 1,615 11
726,205 726,205 00000000000000000001cc574574ffb013f162c4cf59ccd6a4a460950a0c0c82 1.50 MB 1,963 14
726,204 726,204 00000000000000000008ef790c49a220628a9fbf6adb4888eea0685b697769a6 0.84 MB 888 10
726,203 726,203 000000000000000000016be5b610e22ffc7c4e9107fbdedb0fdc8114796f6f01 0.36 MB 647 10
726,202 726,202 00000000000000000006e4e0f38e503f66967f6f8f3cab1c4302787c9dd1a1f1 1.03 MB 1,663 9
726,201 726,201 00000000000000000002280947bda0cfdd2f969f9db899b577170eaab265ee69 0.12 MB 223 13
726,200 726,200 0000000000000000000572bb92a5bcbd6b36d3b6d44cafcef9c2334a9883208c 1.50 MB 2,084 8
726,199 726,199 00000000000000000009d279e7c1f4cb57216de62e4026a5b0803e18c3a18b09 1.34 MB 1,977 9
726,198 726,198 00000000000000000002705dc67e75eeb2d0f75276834c2e88c63aba84134d75 1.36 MB 2,462 9
726,197 726,197 000000000000000000052e6925f19086ede5833257b8649b1113a3582e8cf306 0.36 MB 171 5
Previous 10 blocks ↓
Total Size: 685.33 GB

Node Information

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