Memory Pool Memory Pool Refreshing

8,912 transactions
2.96 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (680,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,380 227,380 0000000000000042edace7dca4e3f7e157c3d54de2fce9efe1fe5b44f2190322 0.16 MB 65 68
227,379 227,379 00000000000000ca652415e881eb6c9f2ef3a5ceb9163f77eef271aa81bd6b38 0.04 MB 112 149
227,378 227,378 00000000000002f88117f4317a4917ad2b142d76563e47bcbd24ba9fa26cc14f 0.15 MB 166 7,943
227,377 227,377 00000000000002accb0c886f0e511c56534b71fabac24e38703a476ff4972727 0.06 MB 130 139
227,376 227,376 00000000000000ccdafbff00afbdf5b7e1788bfdd2cf90b3d14a270ec77c9bc4 0.00 MB 8 329
227,375 227,375 0000000000000172c0451afd32b72095358829199f420ffa753b3b8d8f25d799 0.02 MB 52 188
227,374 227,374 000000000000003216c7285071a2c08d313944cffed77ee5b2c6560fdf178dd9 0.01 MB 35 315
227,373 227,373 000000000000023df847b2ee709d1b6f3d798ff3f993440b8bdb3c8592d0e373 0.06 MB 161 202
227,372 227,372 000000000000030bba442d1cd6d7b3091f88dc64959e1366aac636da0dcb39a2 0.09 MB 237 201
227,371 227,371 0000000000000252582d7bbb5603fb67884563f25d7e0813582e84c4f74219db 0.08 MB 155 111
227,370 227,370 0000000000000065114204e834391fe3f46c14507e0d283d68d444f48cb34e25 0.11 MB 260 189
227,369 227,369 0000000000000263d17cb3dee11bdbce0482eb86cd59a1d018493e7447ba5b95 0.05 MB 106 47
227,368 227,368 0000000000000269cc66ca3e9e92eee92857e5858166ae6d9303346d3e29e0ba 0.15 MB 270 159
227,367 227,367 00000000000002ceb09dd214aa32b9e61d83798b11ac489b23347c36803a5bd8 0.07 MB 140 158
227,366 227,366 00000000000000b1db32b5ccc37131213edd7297aa633070540a81b3f1b3d506 0.12 MB 16 4
227,365 227,365 00000000000003708eed1f71aed5ed391bddd4d4c68bcd34d65d2b695c4fbc83 0.05 MB 68 1,914
227,364 227,364 00000000000000edab047309a44c3ce1fbab17ddc71b4a5f980a19079dd0ab20 0.08 MB 114 87
227,363 227,363 00000000000002263e738365502c1466e48dc0564e9870a741deec84ab630ca8 0.08 MB 45 13
227,362 227,362 000000000000032e20b83d0ed4db95a711eaa5a4aab6a8bd0af3663258eb2dd5 0.14 MB 230 1,452
227,361 227,361 00000000000001d2f071960b5302553451f097de749f1bdc1245abe78106bea3 0.00 MB 13 148
227,360 227,360 00000000000001bd2b034260e06f1c43fd42c10bb0a3e34dec107db4d10d3c5e 0.09 MB 164 129
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.