Memory Pool Memory Pool Refreshing

2,981 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,681 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (719,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,572 188,572 00000000000000233cbb7fd941668fb005e8f75729f0d63c4989f8a2cc2868bd 0.10 MB 254 126
188,571 188,571 00000000000003223d00997b8c46fe2b35711fcc701e8f6596a4c261fcd7ec21 0.02 MB 31 81
188,570 188,570 00000000000000a8b16a6d33618526f3da765e8c512605061da306b3a820da98 0.00 MB 15 49
188,569 188,569 0000000000000074758987e49a32270c7b25bd2d8f3095ead79a64a37cf40cd6 0.06 MB 139 111
188,568 188,568 00000000000003abbbe2910700f012ed6eb97f23232d57f2e04388e9bc809223 0.13 MB 287 108
188,567 188,567 0000000000000411defb62e618091527524421bee913265ada8387e0c7392d71 0.07 MB 159 103
188,566 188,566 0000000000000177444a50c28a5db1ad3071fe052d083a176a797a149ef68e2c 0.01 MB 20 144
188,565 188,565 00000000000001adade7d518b074ae3f115314b9d74cbfd9c40bea6332b42fae 0.10 MB 294 152
188,564 188,564 00000000000004334f48ee22b7d12a3721f9a92b9e192646231df5ef7a4ce567 0.05 MB 86 126
188,563 188,563 000000000000083624ed8497d893bc8fba7cbea10905c20110709435bdcae083 0.05 MB 137 82
188,562 188,562 0000000000000862089578761bca0c1f9da47ddcd1ae2e126525b93d19d00305 0.06 MB 205 36
188,561 188,561 00000000000007f75f3276b5d767d44ee8e5b090741c96c4f82a5047b936b2b1 0.05 MB 32 0
188,560 188,560 00000000000005b95c5d8779d0740b31f93011736bbae78a83452a9b354c878f 0.05 MB 117 107
188,559 188,559 00000000000003b7550014b350a799c4fada6123939f9ab6237f0150add1f911 0.05 MB 161 89
188,558 188,558 000000000000073b8d1cb27fafd39dbb126aa21ea3b8df78f9c8e6dfffba1f57 0.12 MB 298 116
188,557 188,557 0000000000000551289bbcb53fc64c80ed93dd6e79a95ca0043c4056a8558670 0.08 MB 128 79
188,556 188,556 0000000000000966633927308713e697b024e6e8354a97b4a30c3e5448b32a6a 0.00 MB 14 28
188,555 188,555 00000000000007545a3d478fd8f70c79d9bf208b67e958baac722899b58c0de3 0.08 MB 190 109
188,554 188,554 0000000000000732d5698daf0c5a0fc0181d506e5918c3284dfbf0ef30c704b0 0.01 MB 13 125
188,553 188,553 00000000000008dc1726ca7d7a7a167f1fbe25f6e344755f7572a49fdd80721f 0.07 MB 176 150
188,552 188,552 0000000000000187856431cafbd793f1ef8e7c5798b3659d34446b56e1b01447 0.03 MB 45 77
Previous 10 blocks ↓
Total Size: 769.27 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,635.38 GB sent, 94.28 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.