Memory Pool Memory Pool Refreshing

14,479 transactions (3.20 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,180 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,963 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,179 (826,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,431 82,431 000000000032576befe537859c2c7c94b254413a517c4fe951cfe7cafac0beeb 0.00 MB 1 0
82,430 82,430 00000000002769a1fef08cec17b6c73949100737a7c74aec061ac21099ca692a 0.00 MB 1 0
82,429 82,429 00000000003dde2973bed04519d50bc6dc76b30471665191604a2882c4f102b5 0.00 MB 1 0
82,428 82,428 000000000006577e07b2ea428a466e45ebd3d58b142c2ff790f6d9ff53740e38 0.00 MB 1 0
82,427 82,427 000000000030e7c8ec6876bab495d02caa3ceddcdcb07e222d356fe4b782d659 0.00 MB 6 0
82,426 82,426 000000000008c28168151bff4516cfe4a4d7bdb5b8ff1d56ec1e128e92d5ee32 0.00 MB 2 0
82,425 82,425 0000000000346393c98a265d42bd0d29a9ca504a31fd4c1b5f66d54713e18202 0.00 MB 3 0
82,424 82,424 0000000000404f0eb17c992961a9534ba7d7a41198b861158c8400c98020dea3 0.00 MB 1 0
82,423 82,423 00000000003dc3bdc5fbb12e0d39a461887606e54d69f38a35e4aededcf34647 0.00 MB 2 0
82,422 82,422 0000000000305d0c9e9417b2a90d303f633cfc6f2fb18701cd602d248b4121cf 0.00 MB 4 0
82,421 82,421 00000000000ab53f46807dc2df4852d8c3f27e352134b4a87ba1912194656c02 0.00 MB 1 0
82,420 82,420 0000000000221d6bc576614c102ea74650f680582823d36e7a9a5d2dbbfec87e 0.00 MB 1 0
82,419 82,419 000000000002190635c9de4ce7aa7b6a2ca2ef95bde37cde9d8faabeb648eee0 0.00 MB 2 0
82,418 82,418 000000000021091814085eeb27c93f0fea030b45dd03c75455d469f566abb5a6 0.00 MB 1 0
82,417 82,417 000000000035b2d0272cd9b9cfa7ea8af14c282f42f64bb3bc5d8a9d19650c45 0.00 MB 1 0
82,416 82,416 00000000000de8b6a294fc9778674373e84ecff49bd4895f1bd8a0eef6ab15f6 0.00 MB 2 0
82,415 82,415 00000000002da5f21e885ad16064b4dcd3e5bd9ac4e55e3e7f93bf85182c29a4 0.00 MB 2 0
82,414 82,414 00000000000b1e6c7759b895ff07399aa13fb80db36feeff3498f0f493b783d9 0.00 MB 3 0
82,413 82,413 0000000000179a6042a093142de35acc9803a3fc572a48345d669eadc9df74a9 0.00 MB 1 0
82,412 82,412 000000000025050532b6a7abb598b47d3e323af290e13f0e1adb1e38ed6103ef 0.00 MB 4 0
82,411 82,411 000000000034534541e91d036e9f19f93c324f0d228ae349738b0c9c78e7ca82 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.87 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,986.46 GB sent, 107.10 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.