Memory Pool Memory Pool Refreshing

14,165 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (708,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,558 199,558 00000000000001637a2c33f09991311a9f63a78fcaaf029f2e1d79de3636e644 0.07 MB 129 87
199,557 199,557 00000000000001beb8e01d2334acfc33afba551da3e3a54b604e36fb50f5facc 0.16 MB 389 190
199,556 199,556 000000000000061c3cf8c4653ffcb31d0e3105edf19aaf346835d8a465ea17e9 0.18 MB 226 181
199,555 199,555 00000000000002c8f2ff3251c52e80c97b6c4e440a7e642a384f90092609f8fd 0.14 MB 313 113
199,554 199,554 00000000000005217fcf281769e4c870169286ed21a2be20e8e8045a09cbf90e 0.18 MB 444 246
199,553 199,553 000000000000048bbbdbd7ce0a2ca076a95e1356b61fbc9ec5c851bd62033714 0.00 MB 14 61
199,552 199,552 000000000000040751ed7bd764aa65e8bde98951fd0581a1f91ff8f1b94ea579 0.22 MB 204 125
199,551 199,551 000000000000038306182579d350efcaa0a4ebfe43a66512c9c92c0aee7d6548 0.10 MB 218 341
199,550 199,550 0000000000000600f60314d5db2a0013f46491b5692d16d8ff69ffc8d9b38ab8 0.10 MB 256 80
199,549 199,549 000000000000034a78b928a19f18715d33553371fe23cd85e97962504a69c5ee 0.01 MB 11 71
199,548 199,548 000000000000046bb76e12de2c02d5668d024583942b8dda2c743889156ddc18 0.08 MB 151 539
199,547 199,547 00000000000001e638ba134783d0d98977ea89f8fe93997a3b95d26a5c58824f 0.03 MB 68 108
199,546 199,546 00000000000001320eb849ae239a0a61aa76b9699064f250ddd5b0f49cc29e46 0.09 MB 130 70
199,545 199,545 00000000000005d5b77c38b7fa79d498b763a18fd00168c082525fcdcf591947 0.01 MB 28 538
199,544 199,544 000000000000018b6d0de14a96b3e6c21fae7514d446308ddb64af64367c3170 0.13 MB 275 111
199,543 199,543 00000000000005747cb79823c232d5c3aaa0a047e4cc0d5ed6ce86448ddee74b 0.32 MB 1,010 115
199,542 199,542 00000000000000a7300b19483b866a70341ceeb0062b0a0c82c9d01efebdfdca 0.34 MB 714 112
199,541 199,541 00000000000003f34bf68942ce27a5f4c5df3c15eeb526ca9b2df4584ebeeae9 0.05 MB 122 96
199,540 199,540 0000000000000568a4543dfc039e766363978e02aa0295087d84671120b79afa 0.11 MB 224 118
199,539 199,539 000000000000060d60e9e796722e67fd214d6bf69448486b2a557f0bd6de5aaa 0.03 MB 78 96
199,538 199,538 00000000000003257be6927ce99e9c6d04353453e649a3fba2e1d79f74024547 0.24 MB 656 484
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.