Loading Tool

Explorer IconExplorer

Memory Pool

79,486 transactions
30.05 vMB
0.07687338 BTC
Random Selection Loading Transactions
Max Size: 180.82/200 MB

Candidate Block

Mining Attempt 3e3e0b5f8082a30bd2d9d551ac60d5f36605fc9ae3ac318d7fabb29628b4f86e
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 6662d469a5eb115a58df9457bc48e5f857054b1b9cd5483f37417ad6a61b08cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,568
Size: 1.00 vMB
Total Fees: 0.01258646 BTC
Feerates: 80.55 > 1.26 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (473,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
441,297 441,297 0000000000000000032075d21ffa01008200842cf25f07f01617852581e36d5b 2,250 1.00/1.00 vMB 105
441,296 441,296 00000000000000000080c31a3e0a76968c72aabca220f7e0af414d8e522196a1 1 0.00/1.00 vMB 0
441,295 441,295 00000000000000000218b42adb4df6b2313a425b3f94cab4d6e00e1a156c7413 3,649 1.00/1.00 vMB 69
441,294 441,294 000000000000000001925be3e8dc7003c42f5ecf14de61d347af8f5c93f01d0f 2,269 0.99/1.00 vMB 58
441,293 441,293 000000000000000001244a11cede506ff6a29fe46afe478e3dcb1f1868ca2178 2,616 1.00/1.00 vMB 78
441,292 441,292 000000000000000001dd567e2593c761605aa54dfb19cdb82d73f1d7d9b255e9 1,815 1.00/1.00 vMB 75
441,291 441,291 00000000000000000244dd3ea2802ff06fa3332a310091175f80b0c07db2d1fc 2,669 1.00/1.00 vMB 85
441,290 441,290 0000000000000000021fd60a6858a99be7c3f444fb53b88400928fb46b3537c3 2,988 1.00/1.00 vMB 74
441,289 441,289 00000000000000000389be57e0931e5b40f59c5fe29e5512fb57b88b57a267ee 2,612 1.00/1.00 vMB 98
441,288 441,288 000000000000000002e1c68d5c775eb905b546acce3bc8c1368d099e5ac27693 2,822 1.00/1.00 vMB 96
441,287 441,287 000000000000000001efd1fc37da9b434ce7c27752ba66459d37481839dff4a8 1,910 1.00/1.00 vMB 92
441,286 441,286 000000000000000002164e6774ba0b02ae072e39e30e068b7a70d4e48ce8ef32 2,571 1.00/1.00 vMB 102
441,285 441,285 00000000000000000380b9b9eb204a4e508e69e67d148e5037e315ea8d3abfc3 2,397 1.00/1.00 vMB 80
441,284 441,284 0000000000000000019c7fe71283ec4e5f3a083a1a1817f2b7ed8069ee071172 2,550 1.00/1.00 vMB 97
441,283 441,283 000000000000000002403663d298ea707c33629b2ff2add9897039f95d6099fd 2,360 1.00/1.00 vMB 89
441,282 441,282 000000000000000002d87971ac231877597ee184ac8bdb39f7691425dab65844 2,623 1.00/1.00 vMB 81
441,281 441,281 0000000000000000010ccc4664c8247cbe41e8df1a78acbda1737367173fa4e2 2,850 1.00/1.00 vMB 120
441,280 441,280 000000000000000001ca2db5f1eecc8eed6394f8e389348a5ef6758691883cdf 2,260 1.00/1.00 vMB 74
441,279 441,279 000000000000000002f06b92a29f28e38e594fab2ec812c5a96cd210aa752e27 1,742 1.00/1.00 vMB 49
441,278 441,278 000000000000000003c7dc5ae6e2b920d8ca190e4d20daa1f80e3df3ded17890 2,486 1.00/1.00 vMB 47
441,277 441,277 000000000000000003a8ef03a731f5279685d4517c901dd548afff653dea558d 1,469 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.69 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: 690.20 GB
    • Received: 16.50 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.