Loading Tool

Explorer IconExplorer

Memory Pool

80,508 transactions
30.74 vMB
0.08059191 BTC
Random Selection Loading Transactions
Max Size: 186.59/200 MB

Candidate Block

Mining Attempt 9f83836ab2a5d8bb61aef6af8bfa13e082c44e6c2b7eba841fdb784a25aa2e5b
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root cc939a5e563d06713048077be7480925fc7d0d8f2640d94b2be3f1dd04bbf697
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,113
Size: 1.00 vMB
Total Fees: 0.01462330 BTC
Feerates: 100.69 > 1.47 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (310,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,445 604,445 00000000000000000014fcb1f4e92c5317f8333249088763867c57d755198f6a 2,176 1.00/1.00 vMB 16
604,444 604,444 00000000000000000003e158fb6b48297a5ebc14b557b2dfba8a34c484e7b253 2,455 1.00/1.00 vMB 16
604,443 604,443 00000000000000000003dd278d4dcaa3f9fc75f8917ea5cca4c917490fa42cc2 3,212 1.00/1.00 vMB 48
604,442 604,442 0000000000000000000dfbc8f297c3e9dfe408ee6e36b2714feb1562ae96db6b 1,442 1.00/1.00 vMB 9
604,441 604,441 00000000000000000001e2bce68da90c74be57cd0ebecc357699bb854996f683 2,640 1.00/1.00 vMB 25
604,440 604,440 0000000000000000000bf11cf0e4bf6196c183792bbebec9f0cfb0711a3f8a6a 1,458 1.00/1.00 vMB 16
604,439 604,439 00000000000000000002633c11e18fa10dfde06bd0b1ddbf993ab7f38df8811c 525 1.00/1.00 vMB 6
604,438 604,438 000000000000000000133fa6a20bdb0d9740d8b8d9e61cb3262939c9160b8062 2,363 1.00/1.00 vMB 28
604,437 604,437 000000000000000000020a74b3ba57e3a4f234013c12f1f5fe35752813b5c166 290 1.00/1.00 vMB 3
604,436 604,436 00000000000000000007a4b428184374f070f1423827e0b71188129385c0739b 1,306 1.00/1.00 vMB 3
604,435 604,435 00000000000000000000264a9d39837a07e38f689f184e6fa40c8e07fbd94f7b 1,688 1.00/1.00 vMB 16
604,434 604,434 00000000000000000005ddd45ab134c395e41f61866d599c7172bddde27a24c9 2,491 1.00/1.00 vMB 15
604,433 604,433 0000000000000000000e68cc204acf61170ba642d1664447cc976719f4f4b859 2,061 1.00/1.00 vMB 26
604,432 604,432 00000000000000000004d33d1ebff78bc1066d8b378d717dc890d5076b18c576 2,499 1.00/1.00 vMB 33
604,431 604,431 000000000000000000130fd4bdbbbd869194dd1e2523070b38af9055e52f0424 2,407 1.00/1.00 vMB 30
604,430 604,430 0000000000000000000512cafa7507d4d3afa1086f0c53efd89ed53cc91c0bc8 2,584 1.00/1.00 vMB 17
604,429 604,429 00000000000000000007904c7398ce1a3c7362480b2754bba06b5bf2768a88ee 2,114 1.00/1.00 vMB 14
604,428 604,428 000000000000000000091fa9ff40d8382fe42e5a37857f572ddfbe022088f7da 2,450 1.00/1.00 vMB 27
604,427 604,427 0000000000000000000100048b7d5026c4c63afd6e4526fe0080611a8dc1202f 2,376 1.00/1.00 vMB 8
604,426 604,426 00000000000000000001221d5ae253e96708086b6ac2188a62276d8fd144d8a8 2,720 1.00/1.00 vMB 13
604,425 604,425 00000000000000000007dac092caa043eb9898f3bc0d7bf6367aef3fdea4e297 3,082 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.72 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: 702.05 GB
    • Received: 16.63 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.