Loading Tool

Explorer IconExplorer

Memory Pool

81,435 transactions
30.47 vMB
0.11341679 BTC
Random Selection Loading Transactions
Max Size: 183.53/200 MB

Candidate Block

Mining Attempt 2fba4d940ad1be0ee40712cb63c9a23fe55115880f256520bf7501c54c1336a0
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root ef0c9ef287d5f7b2b686f49246a40e7a1250c4a78a5fc8d1f44a52f75bfa2714
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,439
Size: 1.00 vMB
Total Fees: 0.03886648 BTC
Feerates: 180.34 > 3.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (108,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,602 806,602 000000000000000000037559187e83a2080c687274c132882a3d5ab9783509fc 3,140 1.00/1.00 vMB 18
806,601 806,601 0000000000000000000196646cd5ae14ef2c9b366d1dd33dcbf4d48ca50d294c 2,672 1.00/1.00 vMB 25
806,600 806,600 00000000000000000002f78686aeb63d239906aff3e74cb7c6315a4169f876f9 2,625 1.00/1.00 vMB 30
806,599 806,599 0000000000000000000253805fd5ea16240026cda110b4a3aff7e05923939e7f 3,048 1.00/1.00 vMB 26
806,598 806,598 00000000000000000000c2b841304d4cb595f9a358f0376d29e28a27a3674780 6,950 1.00/1.00 vMB 16
806,597 806,597 000000000000000000024723ec67e76b2f057afc726e61fdaaef38c6d107e3da 3,152 1.00/1.00 vMB 19
806,596 806,596 000000000000000000015fa067b4c694b3d5c76d09a382686dd98b261d23d6b5 2,257 1.00/1.00 vMB 23
806,595 806,595 0000000000000000000368f046a348d8e90a5a0d3840001fc07400312c8c27ed 4,501 1.00/1.00 vMB 18
806,594 806,594 00000000000000000001590a59e9ada74a6b4691010eeeb1e53c6dd51af0ca7d 3,844 1.00/1.00 vMB 21
806,593 806,593 00000000000000000001327d3606382239a88eb7010954ac65314eda3c5e3abb 5,421 1.00/1.00 vMB 16
806,592 806,592 000000000000000000031bfebdc8fd30b0125abe9e02b9fcd2123b5527d5cf8e 3,819 1.00/1.00 vMB 26
806,591 806,591 000000000000000000040b583e3bea7661ce811d61222e8aaf9d8afe41861a56 3,340 1.00/1.00 vMB 22
806,590 806,590 000000000000000000017220aa48e6bbc3f5be0a4c9fe05f43a4ebc2c054cdeb 5,967 1.00/1.00 vMB 18
806,589 806,589 00000000000000000000e46012e708bf68d2210d7c051ba78446c2330475a8f4 4,631 1.00/1.00 vMB 19
806,588 806,588 00000000000000000002da97c6d09f9eb6275177b3708606a9b35b92929036fd 4,880 1.00/1.00 vMB 19
806,587 806,587 00000000000000000003a54632ffe255827dbffa054d3dfcd715c3e2fd45f114 4,878 1.00/1.00 vMB 16
806,586 806,586 0000000000000000000276b57ac9de36fb887e78deafab0c6689ce70b6f9f7b1 3,139 1.00/1.00 vMB 21
806,585 806,585 00000000000000000001bc9ba4b93969bf4b720cdf6d19eb8a9ae353efca5e24 3,976 1.00/1.00 vMB 28
806,584 806,584 0000000000000000000386e41edd45a3650b57a0e387d8f745779c257738b797 2,863 1.00/1.00 vMB 18
806,583 806,583 00000000000000000002c224409a297f5a2626808a4601734c9f45c4bd50e74a 2,622 1.00/1.00 vMB 25
806,582 806,582 00000000000000000001056833269c46bf9bdd0f0c5871682129c5fbd123f835 4,740 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.