Memory Pool Memory Pool Refreshing

5,966 transactions (1.78 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,875 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,044 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,874 (869,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,390 39,390 0000000050f1716ae373dc7099b8169c65585e1200aa8b08509bef68aed0c489 0.00 MB 1 0
39,389 39,389 00000000661b04d8f2d87fbe15148148d8dde40662297d48fbe353edd8531bbb 0.00 MB 1 0
39,388 39,388 0000000043e264999a8868234e94dbd70616281d105e0c0bde07e72a13f9c31f 0.00 MB 1 0
39,387 39,387 000000006bc0a7f04e28feb1b896c8387af079debb9328400b0ac8e2567afa1b 0.00 MB 1 0
39,386 39,386 0000000050522d0c5e5d60789092bedd8d846dc53c70f92e8c7a47693ace1693 0.00 MB 1 0
39,385 39,385 0000000052ad9edd1a4bbe57131f10d54078a9d8ddf4028d12a90bd691ae85b0 0.00 MB 1 0
39,384 39,384 00000000128700541f401078a43391733bf19ad04fdfd2e700e7a7448b287a77 0.00 MB 1 0
39,383 39,383 000000005074f232b903d60d111e68df5646a3a904ed2a124d3de1a2e978e331 0.00 MB 1 0
39,382 39,382 000000000e0829e56553ea5e60c4dd57997568ab81acd263553185a401542f6c 0.00 MB 1 0
39,381 39,381 00000000247134a045662b692950523cb612c047f4a04daf08284828a0fd841a 0.00 MB 1 0
39,380 39,380 0000000009a2d41c924bd343b6d77eaf1203de5187f74635150cb783a5301252 0.00 MB 1 0
39,379 39,379 000000008cb656f7d1173fca4687fb19f8e1edbf96cc249e16cb39e9399d0161 0.00 MB 2 0
39,378 39,378 00000000275f4e8f71632de91f795bc24f7517c77be55f851c7698683d642b8f 0.00 MB 1 0
39,377 39,377 000000006c80816d9d1639a8a9852a3d3bc5b08cb3d7dcda189c1869dd9d8b17 0.00 MB 1 0
39,376 39,376 00000000021583a1a7c971fa92dec02b1cb00ac5215c00702688af0be93f0546 0.00 MB 1 0
39,375 39,375 000000008cb8bca7605c703399ed9d8b1c5323ad1eed8d913b20e56b6d84a504 0.00 MB 1 0
39,374 39,374 00000000126c5c74e5f1e7f1d31eb975d7f19e4315fba55bce8012df20179b45 0.00 MB 1 0
39,373 39,373 0000000034517918aa7ae53b64fc9f1e260cb688ed880310ed17c1472434673e 0.00 MB 1 0
39,372 39,372 000000000b9015ab20a37a68f061a271e676e07ca78cb9cf9219222fc4b3e7d4 0.00 MB 1 0
39,371 39,371 0000000017e04f2aa075680206719a8ddbaece8f07d1e7a7d82af43cc800a822 0.00 MB 1 0
39,370 39,370 00000000110d939835e0ea8c8a61fe079fb45ff1e70ff5377ecd4b8ac0eaa5b9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.32 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,862.62 GB sent, 103.75 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.