Memory Pool Memory Pool Refreshing

1,438 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 1,419 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (294,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
613,565 613,565 0000000000000000000d9c79c55d868f0b1dd65d25265d1df717ccda975bbcd2 1.00 MB 2,044 4
613,564 613,564 00000000000000000011b989ab258f4431bf6042a8bafc4ed40961a22559e738 1.24 MB 2,207 22
613,563 613,563 00000000000000000000e12e8d807d9822085e0f8d20f8e86711531ea0f68b1f 0.10 MB 283 13
613,562 613,562 00000000000000000000021e32be09862eafb7a2fe78f2b648d7252a022dc132 0.09 MB 242 16
613,561 613,561 0000000000000000000e4e2577c06a5a0cd195373b6b808e559ad8dad7c754e5 0.87 MB 1,964 16
613,560 613,560 0000000000000000000f699374559e364d24160141dd5dff0846d16031f99deb 0.63 MB 1,157 14
613,559 613,559 000000000000000000080463d8775e28e433520082504dac0f1924ad0996a63e 0.92 MB 1,980 15
613,558 613,558 00000000000000000009fe7db1f65c929325e1459dd2e0d07f9e61e96f14e736 1.08 MB 2,542 16
613,557 613,557 0000000000000000000fa1048bee8c2c1739972da4140e1d7a8d155d06c2ff24 0.79 MB 1,207 8
613,556 613,556 0000000000000000001067fca4825f660625f9317e789b5ca287fc9861fe57c1 1.05 MB 1,135 10
613,555 613,555 0000000000000000000c073ce2e629385a5deac4621ccfda89f95d2df051e663 1.13 MB 1,016 10
613,554 613,554 000000000000000000124e3e379ae9d2b175955dcd64fbbbb5fb80e296611db9 1.12 MB 1,543 26
613,553 613,553 0000000000000000000fca062b986f17fc4bc639aa4a07eed8de4ac12524e6c4 1.01 MB 793 77
613,552 613,552 000000000000000000037f2df320b580fa1fbedb0a308af8434f5d3ad6b9560d 0.63 MB 382 12
613,551 613,551 000000000000000000001fa9b1b5bccc22d2f09570524c57ffd6d1201e91e65f 1.28 MB 3,076 14
613,550 613,550 0000000000000000001098cfa887db93875a17ac9847ee6259fec761c8ed9d8b 0.12 MB 270 22
613,549 613,549 00000000000000000008ad85f706b073fed5a85e4467d4c197282fe21a4258cf 0.05 MB 106 20
613,548 613,548 00000000000000000012111e5b2399f7520ca455a206ec6c12fca4ace66ad0fb 0.13 MB 326 12
613,547 613,547 0000000000000000000d899566c957a303d564fbf5c7d41d996058907b80ace4 1.33 MB 2,855 14
613,546 613,546 0000000000000000000496cd14e563bb739f09da09ffe42297e35a3be133383c 0.99 MB 2,292 13
613,545 613,545 00000000000000000004c25e5d18da4ba635033aa78c1ac5966398fa6821e0cf 1.26 MB 3,254 16
Previous 10 blocks ↓
Total Size: 769.05 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,627.34 GB sent, 93.12 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.