Loading Tool

Explorer IconExplorer

Memory Pool

78,907 transactions
29.10 vMB
0.08287376 BTC
Random Selection Loading Transactions
Max Size: 176.41/200 MB

Candidate Block

Mining Attempt cae353e0bae007ef8126ebdda586593a24ea325cc71a8b3a076946314948cd01
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 411753684b5a0968c7d21b99fce73ca65604405ddd2115dc1e8db1db4ea4e2a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,697
Size: 1.00 vMB
Total Fees: 0.02220073 BTC
Feerates: 146.36 > 2.22 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (91,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
823,496 823,496 000000000000000000012da3adac1baaedf8aa2ebbf75d019946dbe2153721e7 3,672 1.00/1.00 vMB 156
823,495 823,495 000000000000000000009c5f1d5caa8ddafc4b2564ab375f49b9b84bc9d39dd4 4,485 1.00/1.00 vMB 120
823,494 823,494 00000000000000000003b30cfcbf891eafa457e8d270447f7bdc40a853ddb504 4,365 1.00/1.00 vMB 136
823,493 823,493 00000000000000000002b4e1e3230a0cd9b3d9025f2778276219059a3613f49f 3,938 1.00/1.00 vMB 159
823,492 823,492 000000000000000000013d9d954b3ce3cda9555cffcc8b77a7cebf043c5eab74 4,438 1.00/1.00 vMB 114
823,491 823,491 00000000000000000003929bb6674b9811b5b90c25c1fc280466a5747f8317e1 3,930 1.00/1.00 vMB 159
823,490 823,490 000000000000000000024e5179f970e60243fd50db7807c643bd66b7f02b1423 4,003 1.00/1.00 vMB 152
823,489 823,489 00000000000000000002844609cffe77f1e7906a9eaf7bf4cd6ac1848697272c 3,748 1.00/1.00 vMB 170
823,488 823,488 000000000000000000021745be088d8ebb5e1adc2254f0a001931a9ddda91b0a 4,375 1.00/1.00 vMB 124
823,487 823,487 000000000000000000032bf25b93f989f60e252b92a71f5b5ff3e1c3c05a85aa 3,424 1.00/1.00 vMB 158
823,486 823,486 0000000000000000000123c44a1177db5332866a55d607fa113c318e780b1362 2,769 1.00/1.00 vMB 184
823,485 823,485 000000000000000000033992e2b4f1a7ffb60f42c2110980b81c895857c0dfd6 2,222 1.00/1.00 vMB 272
823,484 823,484 00000000000000000001320dd97debeba5b5b80694e37180bc8b5c0cfc1c426f 1,894 1.00/1.00 vMB 290
823,483 823,483 0000000000000000000099819a9e23a5068a2a6f0e842e4f9568f53ede446300 2,866 1.00/1.00 vMB 200
823,482 823,482 000000000000000000009f79a71452ab994d2c4b06a06fb858f8606894ecbf94 4,228 1.00/1.00 vMB 108
823,481 823,481 0000000000000000000071971ca9d3cfa3726ea145c8f36e58399b3bc0adc9d3 3,291 1.00/1.00 vMB 137
823,480 823,480 00000000000000000003d39a84b8881a1ccb7b56b2c1859eeeb2f2a3cfece0f4 2,997 1.00/1.00 vMB 171
823,479 823,479 00000000000000000000f28815859adef4ef2f818712e2cc75030a68eacbdd8b 2,507 1.00/1.00 vMB 215
823,478 823,478 000000000000000000027350c2aa2183b4446a708407762af7b5061ec0cf115d 2,895 1.00/1.00 vMB 169
823,477 823,477 00000000000000000000bc4d77df3447b4c6050b9b64076568d7528e860b811d 4,791 1.00/1.00 vMB 128
823,476 823,476 0000000000000000000087193655cf7f4b0dd793f46fe25bf8f7802dae57918f 4,315 1.00/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 782.58 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: 671.25 GB
    • Received: 15.89 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.