Loading Tool

Explorer IconExplorer

Memory Pool

75,440 transactions
27.78 vMB
0.08059068 BTC
Random Selection Loading Transactions
Max Size: 169.56/200 MB

Candidate Block

Mining Attempt 33bbea3eadb04b5cde811955431e91b362d002e31a91a1eb152a0d711c2b52e3
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root ae9e919492e16e23dfdcbfe1366b35ddbe8ef101599afd292303ed82ad531b98
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,281
Size: 1.00 vMB
Total Fees: 0.02118165 BTC
Feerates: 106.68 > 2.12 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (102,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
812,445 812,445 000000000000000000019c09247cdddde4def55bda7de44aedd7318ecd9fa255 755 1.00/1.00 vMB 2
812,444 812,444 0000000000000000000414f0947215ef447eabb9adaa45918cb400d4ca02d5ed 2,063 1.00/1.00 vMB 3
812,443 812,443 00000000000000000002cbd065f0d121db870a2947c7bbb02a4685f00d0c3842 1,767 1.00/1.00 vMB 9
812,442 812,442 00000000000000000003a7241be22ec0e10fa729b931174cbc6a10f36425d130 1,994 1.00/1.00 vMB 12
812,441 812,441 00000000000000000000c9e19510cd3a96a61d628ed89e8bab83835c690b0166 3,295 1.00/1.00 vMB 18
812,440 812,440 000000000000000000016f8a45c6c0c36e1c37d8d9c38e8352ed45caf7d22339 3,621 1.00/1.00 vMB 20
812,439 812,439 00000000000000000003d8b74d8e8613440be3cff3137412f792dcb85495aa33 1,636 1.00/1.00 vMB 7
812,438 812,438 000000000000000000014f48a577737702b41bcda842e9c9b21eda0cedfcc8a4 3,458 1.00/1.00 vMB 17
812,437 812,437 00000000000000000002f04223f3ae302f34bebf2a2e9788d5b48158c33f98c2 3,558 1.00/1.00 vMB 20
812,436 812,436 00000000000000000002c756897266c62d5004de5887d6d43becbabac2187deb 3,841 1.00/1.00 vMB 26
812,435 812,435 000000000000000000011a682dfbbfbb5e535f3717374366f37e34c6834dbec1 3,555 1.00/1.00 vMB 10
812,434 812,434 00000000000000000002df7d45d66c58381d581d0afe0688851f32b50bc6d31c 1,996 1.00/1.00 vMB 4
812,433 812,433 0000000000000000000084a6f906b7e5fbbeae068a585cea830ce6a25f3a8acf 3,194 1.00/1.00 vMB 12
812,432 812,432 00000000000000000003831d386e4965d757c5355859aef5f82e5d6bcba710e4 3,439 1.00/1.00 vMB 19
812,431 812,431 00000000000000000003df7bfe1f26b7138a9ff9b0cece1d30039a79ceb0b3ab 2,409 1.00/1.00 vMB 5
812,430 812,430 0000000000000000000297a5c5198e85adcc5925773c62ab25848a01125493ab 2,674 1.00/1.00 vMB 14
812,429 812,429 00000000000000000001dda4727108813ca694e5c11fc25e4dfc6a2d14e3d5f7 3,527 1.00/1.00 vMB 25
812,428 812,428 00000000000000000003762b7dec5a3c7bea6d6c1c94b7d51dbb4b3585d03fdc 1,092 1.00/1.00 vMB 5
812,427 812,427 0000000000000000000221a3a70b2d9184cc13734f0589f8f5119edee6dabec2 152 1.00/1.00 vMB 1
812,426 812,426 000000000000000000008ba9e85bd33bdd442dba9e0094cc9a75a393c0edb89a 2,037 1.00/1.00 vMB 3
812,425 812,425 000000000000000000026ae5de25c14515a5ce0ad8a7aaf00305280d43cafa91 1,397 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.85 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: 712.50 GB
    • Received: 17.17 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.