Memory Pool Memory Pool Refreshing

5,904 transactions
2.78 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,153 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (393,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
514,254 514,254 0000000000000000001c5a7c75453211e64d17da8915606109c22bed56797bc0 1.12 MB 2,614 56
514,253 514,253 0000000000000000003a545bb71b6c90e8a1a3cf2518077389cd1e7252da7529 1.12 MB 2,426 38
514,252 514,252 00000000000000000024c638fd709b2045b0cd8c4135ef6b510133e63fbd6c36 0.75 MB 1,295 23
514,251 514,251 00000000000000000045b5fcec38bad20f28ae6854227e3556dbee8587cef29e 1.06 MB 1,366 7
514,250 514,250 0000000000000000001f232466e5729b1aa1e1af2bc55c9ac35a04943bcb2f4b 1.09 MB 2,239 20
514,249 514,249 0000000000000000001f7537e4f505677d69872a3dcb1de79abe85f9cf30d1e5 1.17 MB 2,434 38
514,248 514,248 00000000000000000021e2abbded4092baa4013caaf68c68ab58fcd9d73061f3 1.04 MB 1,084 14
514,247 514,247 0000000000000000004bd8b4569f2f5883c04dff17a5423a5f2003d0a17a1ab5 1.03 MB 726 28
514,246 514,246 000000000000000000109abb8ae8fb4e454664e3bd9a00e872b2d26db525bb8c 1.01 MB 586 49
514,245 514,245 0000000000000000002a1c4adb7cfd54934e9b325007ee4461ac140a48ffa601 1.01 MB 580 53
514,244 514,244 0000000000000000000037d47c0d29e81f5056d093b026966b25beb53189ffac 0.23 MB 512 27
514,243 514,243 00000000000000000020a9998ae6129c198eb0283d72f2298c46d34e9286bd63 1.13 MB 2,471 5
514,242 514,242 000000000000000000219915b19651dd2efc6eb3ae048ddfaecd39122324eb77 1.08 MB 2,200 61
514,241 514,241 0000000000000000002d1692e3f786d0b951b30ce4ac3b438b8c4b4830098a8a 1.08 MB 2,034 20
514,240 514,240 0000000000000000001095a466de0f6646e30e57e4882894bd4ff0473b8797d2 1.11 MB 2,254 54
514,239 514,239 00000000000000000046fdd4c365ca2bcdc8eecefb5ea080774d5ec4908da2b4 1.10 MB 2,185 45
514,238 514,238 000000000000000000256662281171cb3e1661f2eea88fc09dded1b488cbdebb 1.11 MB 2,758 49
514,237 514,237 0000000000000000000f4b26bec50075999d075ea51786622d92f63f374188d9 0.55 MB 758 29
514,236 514,236 000000000000000000119a4e08d3d00bc9387a717b66743266b41b9acde40ed8 0.63 MB 944 29
514,235 514,235 00000000000000000047a6c0e44a2f2d2225b53e1168c1c0b5a72238d250845f 0.75 MB 1,301 7
514,234 514,234 0000000000000000000faa5f786357a24ab1fdaf2538f12b0ebc4cd11565306f 0.54 MB 1,011 57
Previous 10 blocks ↓
Total Size: 769.21 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,634.54 GB sent, 94.00 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.