Loading Tool

Explorer IconExplorer

Memory Pool

40,033 transactions
31.18 vMB
0.07753803 BTC
Random Selection Loading Transactions
Max Size: 155.93/200 MB

Candidate Block

Mining Attempt 9744e7f1d0e5c9516f88789086fd4e38a953dcaf3c6c2008d8e46241493acb11
Version 20000000
Previous Block 00000000000000000001fb7c00d7c8da0fa3eefc41e5d02be8cc17664e06bb00
Merkle Root b5d35391a383439be7987278c9bfb419ca6123a65f7c9bd17c49a32d15a6f558
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,575
Size: 1.00 vMB
Total Fees: 0.01350184 BTC
Feerates: 101.13 > 1.35 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,568 (526,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,140 388,140 000000000000000007321d97e7b287928393b47ae6e30e90e1e67af6a83477e9 1,011 0.38/1.00 vMB 37
388,139 388,139 000000000000000002c5edb36f87346ab6afab20659d749d423619dd2ced0d16 1,515 0.95/1.00 vMB 28
388,138 388,138 000000000000000009042d7e40de2af8a5ed63b734bbe6005cb3c94984334b45 183 0.75/1.00 vMB 11
388,137 388,137 0000000000000000019da4021a7b3d51dc2b9c52be046ccca9515618c66c95ec 1,257 1.00/1.00 vMB 25
388,136 388,136 00000000000000000cf69c87bd8f98b7ea1cbe4a729b170a34fe3210812e95fb 1,193 0.95/1.00 vMB 23
388,135 388,135 000000000000000007990cab5433f0bce8a0607fe222afd651ea205a15dc8866 646 0.75/1.00 vMB 18
388,134 388,134 00000000000000000c5f6273c26a17751eae726f7787eafc0177e66a2e799bd1 526 0.23/1.00 vMB 31
388,133 388,133 0000000000000000023e89769c89a9656be4d5fb9c672cee82679639dab68d38 1,915 1.00/1.00 vMB 29
388,132 388,132 000000000000000000ccb4d10aacd6af8eb27213329a64ffe1d4f66c5744fe23 1,832 0.68/1.00 vMB 41
388,131 388,131 00000000000000000d99aff6fda4bed60f6461b20f811003ba6042e6596a8f3c 1,959 0.69/1.00 vMB 43
388,130 388,130 00000000000000000973b76c5aee74463858d6487702910d5f107fd6eab85a66 1,770 0.93/1.00 vMB 29
388,129 388,129 00000000000000000c4bdfa7edfe62ec61dfa99759f7b58c7d8cbdcf05bf42b9 1,987 0.95/1.00 vMB 28
388,128 388,128 00000000000000000628882dd43117366f95ebf1272483470c3fb422e9ddb6c9 2,304 0.89/1.00 vMB 36
388,127 388,127 00000000000000000424b98d5613ff6c033e040d66da19994cb6cafdd4293a38 2,574 0.75/1.00 vMB 69
388,126 388,126 0000000000000000098af49e66f8c896e5377e6731919f6cd939b822f7e0291b 1,024 0.51/1.00 vMB 40
388,125 388,125 0000000000000000072cb388f0abbafbbed5853754f6976eec5bd384541a12f3 413 0.35/1.00 vMB 17
388,124 388,124 00000000000000000cbdf21b39046cf8aebffa3b2b0546f9e2e3bfced5149ff4 1,543 0.93/1.00 vMB 27
388,123 388,123 00000000000000000aec105b55fbe39f2fa17506861d713927fa697f9504d5ad 1,312 0.75/1.00 vMB 35
388,122 388,122 000000000000000001d19e7948a1eae3b4b945ab5e7a5eac3a657089348cbd2c 1,885 0.84/1.00 vMB 36
388,121 388,121 000000000000000005dbf0b0264ae103f3236dda666aa68b5ccf0c26ef642826 1,166 0.99/1.00 vMB 15
388,120 388,120 00000000000000000c22501f75e459f98c0dcd93b1040d170b206a0c5771d2a2 1,416 0.75/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 781.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 625.28 GB
    • Received: 11.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.