Memory Pool Memory Pool Refreshing

1,616 transactions (0.41 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,799 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,608 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,798 (829,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,510 79,510 00000000001617becd8a419910e522c51f0bc04c9740f5f0327e47dfaa6abeaa 0.00 MB 2 0
79,509 79,509 00000000004141dd91124129f0c66b083658dde787f9061e72ad44b16339f4ac 0.00 MB 1 0
79,508 79,508 00000000000c335fa20ce09e11f8be835f0a6e75c7ee270ce259bd531e93ff9e 0.00 MB 5 0
79,507 79,507 000000000027fc721e723b68e0799f4f1e86ee553e9724e31ffb4a674517e4fe 0.01 MB 8 0
79,506 79,506 000000000053ea902ba50a29bc1159fa29993780a592e792c3766f9c93ac37ab 0.00 MB 5 0
79,505 79,505 00000000002615974b91e6e10889a020548389307b3733d6df9ae6fe066d2b17 0.00 MB 1 0
79,504 79,504 00000000001aa62850aea3dda34b3a9af269a0cac44c3ea481206bdfdf5dfd91 0.00 MB 8 0
79,503 79,503 000000000033902451c90bc6f85ea8fd371bc299d122eeeb506b4113d8ef8999 0.00 MB 4 0
79,502 79,502 000000000023e9d326808817ee2d628c097746e48eeb157ccc5a82a66afb2f56 0.00 MB 2 0
79,501 79,501 000000000038638db89212453807de4282e53ab37df5412795faf44e5617fe00 0.00 MB 3 0
79,500 79,500 00000000002064fcb7e89948378381e247c514f78f8d441597f3419d47e9f282 0.00 MB 6 0
79,499 79,499 000000000042152ab12d5b7d97c8d24744291114048758edbd9c7f06f689ee67 0.00 MB 4 0
79,498 79,498 0000000000128e44e3b9cfc86c775bbe1a570d514e74b84d4280db253d5c02d2 0.00 MB 6 0
79,497 79,497 0000000000599d99481e34a4e3b7fa7b9c640115ccfff664ecf2c5415fd806e7 0.00 MB 1 0
79,496 79,496 000000000013c500a854b1129a68e4c408ffeeb5ae6c00e94605d7ed3397472a 0.00 MB 2 0
79,495 79,495 00000000000f6303f385bae569407feedce746de0a7ec846f5a17c2c48f01608 0.00 MB 1 0
79,494 79,494 000000000030525e7ee28dbdb1258fe6439da8e698276d4306811ec5efa26199 0.00 MB 5 0
79,493 79,493 00000000001d2d0d070d5309e7f273dd740d6f284547ab895d86bf90d8047755 0.00 MB 2 0
79,492 79,492 0000000000530375c67846b2ff5d5ffbb6bc0b5cc97e7c90e9e1629ca11eb3cc 0.00 MB 2 0
79,491 79,491 000000000003a481f762c74337c796d7859306501a496b667b45e6ca6b90fe8e 0.00 MB 2 0
79,490 79,490 00000000003641f3242a1f61599db543eb6488b7598fd266c044f5735baf8f31 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.19 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,857.28 GB sent, 102.99 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.