Memory Pool Memory Pool Refreshing

4,986 transactions
1.52 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (802,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,475 105,475 0000000000009f00bf1b03ac3aff1b220922ac527d4e8d668cbe3c3f176f1315 0.00 MB 1 0
105,474 105,474 0000000000008dbc6e2aa2bb70564b633cd44cc1e2e2071c448f971bd13c2201 0.00 MB 1 0
105,473 105,473 00000000000289c6aa6d45fe0db67419e5ea9a65f0a9d523b079d63b099e48a6 0.00 MB 5 0
105,472 105,472 0000000000015f80a7672d9ddacc08cf98d1fd12f6f89933ff621be7f7c37400 0.00 MB 10 0
105,471 105,471 0000000000027f900a49a03bbe7cb147873e2198cb20e2437e6f0ee2668dba08 0.00 MB 5 0
105,470 105,470 000000000002aa1705ea1878e815e12808f87c108df8dffb00abfd918017219d 0.00 MB 13 0
105,469 105,469 00000000000227ca62b5d3c01257eb9fc23a8a996de6572123ba4b473719b38f 0.00 MB 19 0
105,468 105,468 000000000001e0a1213df4d9b24342bf4bd5b9f7029beb992de9b4ceb64ead14 0.00 MB 12 0
105,467 105,467 0000000000001a78b8824c8bf5cc43714fa13967a9dcb306a181bfb90be50863 0.00 MB 13 335
105,466 105,466 000000000000fbaff58cae5ab82fb57f2b78c3b0076db83de1416971c3355e00 0.01 MB 11 0
105,465 105,465 000000000000d40fb6aa90ce20d0f4f8d2961b25a4d7a81fbc7b9489f5cb8719 0.00 MB 9 0
105,464 105,464 000000000002151f6f7228c17912a6a2657fcb25d8eeee79b5eee92295568284 0.00 MB 1 0
105,463 105,463 000000000000cb49fe6ee769837453cd83654d3a0564702692ddcf55cb728022 0.00 MB 3 0
105,462 105,462 000000000000b54b80fa4247cc628b82441085aa48ba41ba56ca5e47f7e88c22 0.00 MB 1 0
105,461 105,461 000000000002367941c4133c89d27b44af555061c4087a6ddac145fb10770e7c 0.00 MB 7 432
105,460 105,460 00000000000107f9aa465545816f44ba912e1461a3353682f1ffcaf26c0af659 0.00 MB 2 0
105,459 105,459 0000000000029fa68fbb02ba4e18a4246a8eacff9a6f4139026dcb35353cfc82 0.00 MB 2 0
105,458 105,458 00000000000148dcca32f75bdc0e06b0fe8ec0aa36d7d86f3f71df55622443b4 0.00 MB 3 0
105,457 105,457 000000000000a73c18a3a719c165824ca446b659b5de15eda7ddeda05e85d4a0 0.00 MB 4 0
105,456 105,456 0000000000025c603c91773f0ae403339d5165cc3e0aef2c955d9d8c5232cf22 0.00 MB 3 0
105,455 105,455 0000000000013e2153be98012aeb5453e68e5745d345193a19aeca86e678a0ce 0.00 MB 1 0
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,615.83 GB sent, 92.69 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.