Loading Tool

Explorer IconExplorer

Memory Pool

78,907 transactions
29.43 vMB
0.06675381 BTC
Random Selection Loading Transactions
Max Size: 177.18/200 MB

Candidate Block

Mining Attempt eadca5ee38b178e1da98c51f25b00037bbe6b2da3a43765d45dbb8a1e99e5df1
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root c1120df5d40be254f77c6c62cd2d8df9ebfdd68153fd316a1b0e6a3a09447213
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,421
Size: 1.00 vMB
Total Fees: 0.00706069 BTC
Feerates: 150.77 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (357,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
557,243 557,243 0000000000000000000900239473b6fd9a98827660b63a8b53122e5721869110 2,968 1.00/1.00 vMB 13
557,242 557,242 00000000000000000027b1dff0a027c83ab412720d806ed9ac975fdfed8979d7 453 0.21/1.00 vMB 17
557,241 557,241 0000000000000000002bef260acffb315137a8655984a104797ab5bd39f08bbf 254 0.12/1.00 vMB 13
557,240 557,240 00000000000000000000c20c72b3774f6ee4a0f43439af6dd1f0b326414372af 2,036 0.91/1.00 vMB 7
557,239 557,239 00000000000000000028195458633da4027200e6fabc79802cb2b98c4510f586 3,097 1.00/1.00 vMB 12
557,238 557,238 000000000000000000132deb52dd3cd9fc396c8e7fca39194c37addbfe57ab9e 2,793 1.00/1.00 vMB 4
557,237 557,237 00000000000000000013197546d8d7ff7b9ba34e23593d862e1e658e02766e27 1,785 1.00/1.00 vMB 26
557,236 557,236 0000000000000000001b4fa9d1b581a5debe5a6cce47f25bfbb3343decb8452f 2,621 0.97/1.00 vMB 8
557,235 557,235 0000000000000000000527ad44a082e4490cb71289048ea86f85d65f2384f8c0 1,275 0.58/1.00 vMB 5
557,234 557,234 0000000000000000000baff71f37e2958af9d1aab7423eb62e9aa4a71866a882 2,425 1.00/1.00 vMB 8
557,233 557,233 0000000000000000001cb1d4d3caaa69156bf82d02e1dc8daaabe89edc25afc3 2,753 1.00/1.00 vMB 5
557,232 557,232 000000000000000000189c9df5b0f8388b1d1c3799400185a778d5b383c8fd3c 3,749 1.00/1.00 vMB 17
557,231 557,231 0000000000000000001e8d2b8265fa027afa85b6e9e602c1d3fe92a266b2a414 2,009 0.80/1.00 vMB 27
557,230 557,230 00000000000000000015f2fb0a7c4546fabe63818922d8c0f723da4363acdc35 2,214 0.94/1.00 vMB 8
557,229 557,229 0000000000000000002536508cdc398b77b3749e2fd991e6d4b84ff9a999930b 1,212 1.00/1.00 vMB 1
557,228 557,228 0000000000000000001aec97622e48d449590c2d9f3d99901f0608a25142cdbc 2,754 1.00/1.00 vMB 10
557,227 557,227 000000000000000000198c3ed5abe8d3d02171b799b42565eb6f42ed9853fd62 3,674 1.00/1.00 vMB 5
557,226 557,226 00000000000000000013ff41b10f82f75175459472af10aaa0c2874d7578238d 3,125 1.00/1.00 vMB 34
557,225 557,225 00000000000000000006c0de05ecfbe1b21b2ee8f5a7f42e1fc1dbcd55a08585 2,607 1.00/1.00 vMB 4
557,224 557,224 000000000000000000107e7062f1372725d9393ca39aad3bf21ea2ac1ee28c46 3,001 1.00/1.00 vMB 4
557,223 557,223 000000000000000000261490da4b1df8efcd254a9988104591bf85d36c153e95 3,002 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.38 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: 664.28 GB
    • Received: 14.96 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.