Memory Pool Memory Pool Refreshing

10,197 transactions
4.51 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (527,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
380,555 380,555 0000000000000000068ae032b5ab203b046d1530d406aa652abb924f1549509f 0.25 MB 399 23
380,554 380,554 00000000000000000926b4aef9ab820a3327f5824d0d8a3b7e05129b3ef5aa6e 1.00 MB 1,838 32
380,553 380,553 000000000000000005c16cd5e5d38f80771641024f3b099b8b1591a1802677bb 0.26 MB 455 34
380,552 380,552 00000000000000000a73e2d6365d3cfb940534811890a051d7e4714bc4deec1b 0.64 MB 446 20
380,551 380,551 0000000000000000014c0fba168c6574015f66eb7728a51b1efa258d651b0327 0.99 MB 2,302 43
380,550 380,550 00000000000000000a673154b1358967caa59767d0290a4b5040ccf22b9a3238 1.00 MB 1,433 24
380,549 380,549 000000000000000010a31c32c6a3c383079fcd74712406be7e6269149d06c88c 0.25 MB 269 17
380,548 380,548 00000000000000000cc08091f0be2f010459352ec8858d416685697252f162eb 0.00 MB 2 0
380,547 380,547 0000000000000000023a1241aa4cff3405bf01a4810727e3cb4a3d018b5fbbde 0.25 MB 198 15
380,546 380,546 00000000000000000c3984c8856c729832050b3e653c62a1d4ff23b0e9171a1f 0.43 MB 871 35
380,545 380,545 00000000000000000a5810172b7f8eefaeb88101a0f6b0a5b60cb34933fcd378 0.29 MB 388 26
380,544 380,544 00000000000000000d5b89cdb101e9fce543b517149202f072b0c4a6aebd6772 1.00 MB 1,642 35
380,543 380,543 0000000000000000058e73e92a31aa81ee2b6930ab9821feb28a5a102a29bf2b 0.61 MB 823 30
380,542 380,542 00000000000000001159fcd8813653159b725608712e78e0c9b6d91563741897 0.43 MB 604 29
380,541 380,541 00000000000000000aac29cc5db0cd24ea2f3ce1b4972ed2ee84a871a1e9512a 0.37 MB 790 39
380,540 380,540 00000000000000000e3dfe97c14b38b880afc70a437be7beb12664717d899959 0.56 MB 1,022 36
380,539 380,539 00000000000000000d1d310462719bda55ad033050dc130cd4f4c95a9caed4af 0.57 MB 966 26
380,538 380,538 000000000000000010861f185873e52a463f681081dae1524d5a3194e10f2710 0.99 MB 1,232 19
380,537 380,537 0000000000000000006e19cb88640ee19a9aa6cd4782203ea41bdbc3544038b3 1.00 MB 2,598 55
380,536 380,536 0000000000000000033a4ced67dae1ea70eb9d40dfae4dee58f738fc7fb63c76 0.70 MB 1,373 33
380,535 380,535 000000000000000010da68fc2179346c8c631d4c757fe622b552e112fba8ac97 0.72 MB 618 31
Previous 10 blocks ↓
Total Size: 769.03 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,625.03 GB sent, 93.02 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.