Loading Tool

Explorer IconExplorer

Memory Pool

46,113 transactions
28.54 vMB
0.07631639 BTC
Random Selection Loading Transactions
Max Size: 151.70/200 MB

Candidate Block

Mining Attempt ee813b89813b813ee9211de2c062b45116b5893487648dea7c11276eea75e4d0
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root 5503f15cff7240b064ef9158d3f12f95279d024d6ce1183c4f1d480dc099219c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,152
Size: 1.00 vMB
Total Fees: 0.02211562 BTC
Feerates: 100.23 > 2.22 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (516,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
398,405 398,405 000000000000000002a6ce91d1224a53f99de8b302d5cf596b42de05479100cc 52 0.05/1.00 vMB 11
398,404 398,404 00000000000000000315c0c44cec1d19f7ca18a618df2afa9a9a06929600c0c0 1,645 1.00/1.00 vMB 25
398,403 398,403 000000000000000000453b093540f4700423a1c91b2c76e21395d3a70a118990 22 0.05/1.00 vMB 7
398,402 398,402 00000000000000000116dc3ecb4e9049369cdd97f47bfb79ce73f55753efc14e 3,127 0.99/1.00 vMB 53
398,401 398,401 00000000000000000540e66b89b76f41d2dc8b0b7d462238937ea15b95e6b61f 858 0.40/1.00 vMB 34
398,400 398,400 00000000000000000067c815c29d3abe54d91d8195038dc50b131343aa972eef 1,886 0.99/1.00 vMB 36
398,399 398,399 00000000000000000195c6e238d5b2e44429200375e62717f2f2c7cf989d8f8b 916 0.56/1.00 vMB 31
398,398 398,398 0000000000000000017a97084d203837f1bc9118086be2841862d8accf34f148 1 0.00/1.00 vMB 0
398,397 398,397 000000000000000004d3ee01fbf829cd5265513a706ad8e1ccdc8736adab905f 1,389 0.79/1.00 vMB 35
398,396 398,396 000000000000000006fe858039057a3a5aa62d5633ce1484a1b54f7609e4fb5e 1,347 0.99/1.00 vMB 25
398,395 398,395 000000000000000005167db0e90793e2f93fb4a7c5860e6cf9360b683b20fafc 1,325 0.65/1.00 vMB 35
398,394 398,394 0000000000000000028d11b877625a1c8d583d30576d5cd6a16fe0e810b8bf51 740 0.93/1.00 vMB 20
398,393 398,393 000000000000000002d47a7996f7f5f95dca957b89e8c672d9b77e614ab001f0 2,246 0.93/1.00 vMB 47
398,392 398,392 000000000000000002a5e969a7afffc0c96f517f0606d1ddd224739b5ef60a8d 817 0.48/1.00 vMB 30
398,391 398,391 000000000000000004ddc43afbac88fd7c0cc34d184ab7303c9d6aefa541eda0 2,148 0.93/1.00 vMB 43
398,390 398,390 000000000000000001f030e4a548d2ddc9abff9b2d0d817cc7aed914ec58789d 175 0.07/1.00 vMB 45
398,389 398,389 000000000000000002d7e77bd642737e5485a0c061ed73c95ee0b7c090cdb5da 748 0.48/1.00 vMB 31
398,388 398,388 000000000000000001cdc65a9756c8a3dfe70e2731d5fe0501fe3fe7445eef72 1,761 0.94/1.00 vMB 43
398,387 398,387 000000000000000005f29d6f0ed5ffaa4e2822472b27d51810bb450aedbcf928 725 0.60/1.00 vMB 17
398,386 398,386 000000000000000004dfd7359dbe29b8df701a1296f884258b86aa4ad758a7e1 2,122 0.95/1.00 vMB 35
398,385 398,385 000000000000000006ca06ebec212b77793bca8feb891d1bf036c59976c10d55 1,532 0.99/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.11 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: 651.98 GB
    • Received: 13.67 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.