Loading Tool

Explorer IconExplorer

Memory Pool

84,787 transactions
32.26 vMB
0.10766611 BTC
Random Selection Loading Transactions
Max Size: 195.52/200 MB

Candidate Block

Mining Attempt 5436df90271d87aea5f5a68be52c7f558a5ed1ba81e86667d1349f543791334e
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root fa6863db32222b81f92d2793dd52449819467189f190c8afdd26187efe4264fd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,604
Size: 1.00 vMB
Total Fees: 0.03457455 BTC
Feerates: 181.54 > 3.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (450,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,007 465,007 000000000000000001bfe383e933e51f435262045332ec3b6e49175cae259151 1,956 1.00/1.00 vMB 166
465,006 465,006 000000000000000000c55d733b5002218704671e7fb4358b46c1936b77b111a7 3,097 1.00/1.00 vMB 192
465,005 465,005 0000000000000000016332d214269f3e04b6535b69020e67d045285b6aa79372 2,157 1.00/1.00 vMB 221
465,004 465,004 000000000000000001e7fc192ee2df5513ebad564bed3e88131c238d09f11625 1,910 1.00/1.00 vMB 219
465,003 465,003 0000000000000000005436749c83571182fab90e10a9ffe3a0e6f844593aa25f 1,270 1.00/1.00 vMB 190
465,002 465,002 0000000000000000014988186068b47d6209dfe743c4928322722332c8afa195 1,398 1.00/1.00 vMB 183
465,001 465,001 00000000000000000013b20e3ab1eaee4fa5176a3bec095199e6b4e532d022ac 1,395 1.00/1.00 vMB 174
465,000 465,000 0000000000000000011d92a5b831b39d60d92245dc69dfbf0d057b1c3eecd0fc 2,217 1.00/1.00 vMB 218
464,999 464,999 000000000000000001a81477ae4c90fdab2d35528066fc360387a1a844a5264f 2,184 1.00/1.00 vMB 249
464,998 464,998 0000000000000000020a415305d6e14d4bc6581f16cfc1a465e97c99a9feeb99 1,806 1.00/1.00 vMB 291
464,997 464,997 00000000000000000137d0114bde4c831db2159fce0440a4e0b06a163e2debf0 2,081 0.93/1.00 vMB 207
464,996 464,996 000000000000000000955da6d7c39e443352fbf7ad646dfa258b0e4cf215d47b 2,622 1.00/1.00 vMB 216
464,995 464,995 00000000000000000099ec7c06b8d16c5dab52876b7888e3f0c0e37a8c36e5ba 2,497 1.00/1.00 vMB 288
464,994 464,994 0000000000000000008f201baf074d6c3bd8eb59b244d72a2e631fefeff7ca13 3,968 1.00/1.00 vMB 203
464,993 464,993 000000000000000000da2a17a6f3b8cb96009874becb0cda743a4a7b63d62557 2,749 1.00/1.00 vMB 352
464,992 464,992 0000000000000000000fdcb4079c402dc7003fbff79900c13ca3b5b8b8b1762f 2,826 1.00/1.00 vMB 230
464,991 464,991 000000000000000001616d1e2a6430d834799069ce014377725e36f628c3def8 2,116 1.00/1.00 vMB 198
464,990 464,990 00000000000000000110a91a9dc7c14c06f84015076d7f45111e0034c1be0bc7 1 0.00/1.00 vMB 0
464,989 464,989 000000000000000000426d8a43956b348c0cb29cae0bff875d9b7d2eaa7ef1b1 2,196 1.00/1.00 vMB 232
464,988 464,988 000000000000000000224a4d010d3ed2dba94ea9cca3e04f3029c37aee544e59 2,474 0.99/1.00 vMB 252
464,987 464,987 000000000000000000e9df8f9ddad4aa62fc893f3b036fcbe4dfd542d1df873c 2,543 1.00/1.00 vMB 235
Previous 10 blocks ↓
Total Size: 782.75 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: 708.76 GB
    • Received: 16.77 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.