Loading Tool

Explorer IconExplorer

Memory Pool

41,361 transactions
28.31 vMB
0.06738046 BTC
Random Selection Loading Transactions
Max Size: 144.88/200 MB

Candidate Block

Mining Attempt 1c06d53215abb096d9572f814fbff4a37af1e3853165040998223e639644efcb
Version 20000000
Previous Block 00000000000000000001569b11e789f54c2d4bfafa299c809e424c63bb9696a6
Merkle Root 6575a86fb970d1efdeb63b98002f54c1eb39eaed0407370c82795b87a305fcfa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,533
Size: 1.00 vMB
Total Fees: 0.01258939 BTC
Feerates: 201.07 > 1.26 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,625 (886,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
27,859 27,859 000000004dc9c34aa0c10bc42760c9d81669c7ed5ed0d32d3fe09ee88d857aee 1 0.00/1.00 vMB 0
27,858 27,858 00000000f04557e8a2b0f9b922d0e3b91d81ff6e076d213a0750442b8089ab73 1 0.00/1.00 vMB 0
27,857 27,857 0000000078a7dc00d779554aac6996d6e3b140b855bf13efbde5657fcf139b20 1 0.00/1.00 vMB 0
27,856 27,856 000000004d5e40899260a17876e6b5749889b2d13af214c8588df68eb5d9549d 1 0.00/1.00 vMB 0
27,855 27,855 000000004073b57455074715f21f38ec6d52aca4866b2df1473236284823149c 1 0.00/1.00 vMB 0
27,854 27,854 000000004f8cdb6ba43188447640d6460986a81691e37972733a8a17e40baae5 1 0.00/1.00 vMB 0
27,853 27,853 00000000ff535c8c77538f1da57d9c0cac3d857bf0fbf111777819bc6c798043 1 0.00/1.00 vMB 0
27,852 27,852 00000000387ff4ff38cca71bf414dba1f5701348df17c8236623fbb95922c0fc 1 0.00/1.00 vMB 0
27,851 27,851 00000000424fda4ea92e06c9cdff86187f537af628e2fbc78c56e3172dcf731c 1 0.00/1.00 vMB 0
27,850 27,850 000000000ea405aacd6997720b4934bde844155c0347224665ab489982e49089 1 0.00/1.00 vMB 0
27,849 27,849 00000000ff83f21ca412f9b1fa482c71bbc02d8cffb28f3b1a300a5ee22467a9 1 0.00/1.00 vMB 0
27,848 27,848 000000003e91e0b753392643dc3578a9f3fe4019c4564c42be3c6670d66ddab4 1 0.00/1.00 vMB 0
27,847 27,847 00000000ef76c01f9fec8e8ebeff1ac5c65d3eea2ecbce4e1c9014cacf7d6f94 1 0.00/1.00 vMB 0
27,846 27,846 00000000c873a78dcabe2983b79787825bb5950bbcc732e1c98ddf25780fd14d 1 0.00/1.00 vMB 0
27,845 27,845 000000001fdaa5f09d315a0199cf0d5be15f725184b4b6fead334d3bc170d1dc 1 0.00/1.00 vMB 0
27,844 27,844 00000000283492cff15de92b1daa0f4a219a15d2e80cea73a3617ca363b4c6f8 1 0.00/1.00 vMB 0
27,843 27,843 000000009428473483350407938c13dff1e514382c7d0c509bee32a4c787211c 1 0.00/1.00 vMB 0
27,842 27,842 00000000156e5dd108473f5f3347f763aa82664e4ecd752757bfeb2b0792f396 1 0.00/1.00 vMB 0
27,841 27,841 00000000a174071fe18babb66bd7b31e608ae3ce920d5e05be9c1b90c6acc2cb 1 0.00/1.00 vMB 0
27,840 27,840 00000000c96fdfead993218bf07ecf27071e01ac4a82feb2a5381ba36266409c 1 0.00/1.00 vMB 0
27,839 27,839 000000000e25ab572ec831db000f7325df4b3e68bacc8e2ae9427e88fda7cbea 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 630.07 GB
    • Received: 11.98 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.