Memory Pool Memory Pool Refreshing

1,550 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,447 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,550 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (869,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
39,369 39,369 0000000026347cb25104a1918b9eb88a5a357bb3b13604d24908526435f271d7 0.00 MB 1 0
39,368 39,368 000000002ae2e7daef221ef7eb201fe80fb988f4b7d0fd6c87bb15fe3523925d 0.00 MB 1 0
39,367 39,367 0000000067538429eba09c4ff8e1e5c2974a56f6a734a23be43dda1d94a83b7c 0.00 MB 1 0
39,366 39,366 0000000059fea0e51fac85f6b9e3892dbc094bc3c2627ba103b40e00b74c2e11 0.00 MB 1 0
39,365 39,365 000000001a7255eb34cb180833b6f31568197e16a1698cfec99d2b8cc28ca6e1 0.00 MB 1 0
39,364 39,364 000000005b1fbab9fc1b0f0d73cf897687d31741f725887c431a409d3626ac4c 0.00 MB 1 0
39,363 39,363 000000002b23e7ff6996b791490c480a6d60469bdc156c4697e68e69f16a25c7 0.00 MB 1 0
39,362 39,362 0000000029de621bc5c5e2cb62bff900eb8c1a10fcb424438d8968e9e591d87d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.