Loading Tool

Explorer IconExplorer

Memory Pool

42,517 transactions
29.24 vMB
0.07491696 BTC
Random Selection Loading Transactions
Max Size: 149.96/200 MB

Candidate Block

Mining Attempt ed8bb38b38d6ac9f6e53e8a160d4dd4d5496dca17d9d0946645e6b0e6684e76f
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 6e9efe18fa1245b4d503d6639944c6b6aaa5494113229b39c932e53a36dcf802
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,627
Size: 1.00 vMB
Total Fees: 0.01762741 BTC
Feerates: 100.36 > 1.77 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (509,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,371 405,371 000000000000000001eb13b1f1a4dd756425cff30d941fdbac34f8857a23ee5b 918 0.54/1.00 vMB 31
405,370 405,370 00000000000000000251253be90c47ded3d24c4e8d38fd023d7ca7dbe48fac29 1 0.00/1.00 vMB 0
405,369 405,369 00000000000000000089bfc944a6bf5ea3fffdc1f7e6cb96dc9debe78e7f80f1 1,805 1.00/1.00 vMB 56
405,368 405,368 000000000000000002120039cf444f14a3010215f5b60f3cfb59fa3ef1ceee9e 1 0.00/1.00 vMB 0
405,367 405,367 000000000000000003f8c6444fab6388b151d6c458a586f61159279e0b15b768 1 0.00/1.00 vMB 0
405,366 405,366 0000000000000000058fde4d640e3622c7ef9d46e9b4d4fb3f05953adca6df53 1,789 1.00/1.00 vMB 57
405,365 405,365 00000000000000000095541a8d19213840f4d597ce15a259b0e1bfe8e15082c1 434 0.50/1.00 vMB 25
405,364 405,364 00000000000000000484ee7a05a892bc32fb964486c02f1d575b99b6a6ad4f93 2,139 1.00/1.00 vMB 57
405,363 405,363 0000000000000000038b844c8d801eae0168516b27f340511f8013c566b9c775 803 1.00/1.00 vMB 19
405,362 405,362 000000000000000004848e9a8d2ffd6be14b0014dbff0cf3ae38fc805b9bdaba 625 1.00/1.00 vMB 19
405,361 405,361 000000000000000005f062cc1734d5baebe283a045171a0f923a62b3d46dc8dc 1,515 0.93/1.00 vMB 43
405,360 405,360 000000000000000001f4639f6df36e6d78a00e360838b7ec7d7842835b98f94e 1,699 1.00/1.00 vMB 37
405,359 405,359 0000000000000000004e20563d0b3f9bb57c4f880a93fc341e41aeac83f05a50 2,115 1.00/1.00 vMB 67
405,358 405,358 000000000000000005376b428f34489f044f6170f922cb97375dd37136f1ccf4 1,551 1.00/1.00 vMB 41
405,357 405,357 000000000000000006697dbfaa82771405ef1406e686f12107b30a32120009e3 1,477 0.99/1.00 vMB 32
405,356 405,356 000000000000000001f771397029e8abada4d9518cfcd8f2015e1ab304c15c64 1,761 0.99/1.00 vMB 50
405,355 405,355 000000000000000005842001d84bd67407eeefc3486c7f3a5d992e9022213ca5 1,415 1.00/1.00 vMB 66
405,354 405,354 000000000000000003009517aa6af6a6ec6cdc0b22e0af2400d41ae67bb3bb74 1,130 1.00/1.00 vMB 24
405,353 405,353 000000000000000005f83ebd1949e2800f8943350cfeb5fd09ddab927711472e 2,010 1.00/1.00 vMB 49
405,352 405,352 0000000000000000014e0557cec528a99e7322e639549e6c2ff831149cc6fa86 1,194 0.93/1.00 vMB 79
405,351 405,351 0000000000000000000211630cfbd1f32273c256dc6f597c3c00bef62dc28ff1 1,331 0.99/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.