Loading Tool

Explorer IconExplorer

Memory Pool

73,618 transactions
27.33 vMB
0.06569091 BTC
Random Selection Loading Transactions
Max Size: 166.63/200 MB

Candidate Block

Mining Attempt 493c1694c3b3a64e73cb8fdacc75fc4964f5639206a72c175e449c73966f178a
Version 20000000
Previous Block 000000000000000000008a4507a168c512f6a66d3b33a8d664a283a838a77ca5
Merkle Root 9e412045dfd69201721a83f43eff5883609b5cbb6496bdc921bbe20e7fc8aa34
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,089
Size: 1.00 vMB
Total Fees: 0.00740076 BTC
Feerates: 40.32 > 0.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,313 (485,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
430,114 430,114 00000000000000000259668fbafe0916ac8fdaf4d80d93ac629462db79301f0a 828 1.00/1.00 vMB 74
430,113 430,113 000000000000000000e16987ce8dd3f3c0a5699282f603dff5cbe75ea9febacc 530 0.99/1.00 vMB 72
430,112 430,112 0000000000000000042c5501d920711b1a2f72486f36354ab040ddd0e1f3bdd2 1,703 1.00/1.00 vMB 91
430,111 430,111 0000000000000000031a28829dc52d294fac9fc369de8a934dd75cfeb7f4cab8 1,644 1.00/1.00 vMB 92
430,110 430,110 000000000000000002205c0ccda8fd2aa6f9ca3dccb73e1b410ac072d4649edd 1,404 1.00/1.00 vMB 83
430,109 430,109 0000000000000000034fcf523a7169c1beebc4ce9d126eb79b78a3e6c15b4669 1,502 1.00/1.00 vMB 73
430,108 430,108 000000000000000002a34ded4a1fd6085b5629340a99a87e5c190536df947600 2,480 1.00/1.00 vMB 62
430,107 430,107 0000000000000000007586b0b4f3cb16d45ca3a36f5ce9e9db349eba7b17c5de 892 1.00/1.00 vMB 73
430,106 430,106 00000000000000000236b3fe634dab88b92123785e1cc55bdd1c3a8f6afd46ac 1,476 0.75/1.00 vMB 90
430,105 430,105 0000000000000000017dc898acb9d43cebc5b65c51e9280cfa6f9dbff51c1aa1 1,911 1.00/1.00 vMB 75
430,104 430,104 0000000000000000035154af4a9ac690f3cdb5d526e9d721b319b81b774d87a5 2,023 1.00/1.00 vMB 51
430,103 430,103 000000000000000004451f1ea23b2815cd046a83facf2983c0d3e7962b15d74f 191 0.06/1.00 vMB 45
430,102 430,102 000000000000000001a76564726b087816ca32efcc88075818cab9d94c111a83 1,699 1.00/1.00 vMB 41
430,101 430,101 0000000000000000038499f304a66b59cacf677c9b58467e02f0eddd3c96a69e 2,563 1.00/1.00 vMB 76
430,100 430,100 00000000000000000221d6b4486ce45dccc50886ed1ccdc8933dab1eb98f0f14 334 0.13/1.00 vMB 72
430,099 430,099 000000000000000000208e0d4bd7e1a79939f621285ad6ba4495cdcd0e8b3938 1,136 0.47/1.00 vMB 53
430,098 430,098 0000000000000000038196c62142c1c4decd947323795a6a9cdf7e98c14b9fc1 1,153 0.56/1.00 vMB 60
430,097 430,097 00000000000000000458c3562582cb769d7c60fee69072dea4f27a082cace67d 610 0.25/1.00 vMB 64
430,096 430,096 0000000000000000014f1e9c99906e601ddcc9114552ff494022b044dcf86677 306 0.16/1.00 vMB 59
430,095 430,095 000000000000000003be2baf505cee62a50e21fcb7c22b477d6e6ebca9ba3100 1,131 0.64/1.00 vMB 45
430,094 430,094 0000000000000000041427412038094fde3bcba5d51aa0119d20805d3b00ae08 381 0.14/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.93 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: 714.71 GB
    • Received: 17.59 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.