Loading Tool

Explorer IconExplorer

Memory Pool

76,254 transactions
29.70 vMB
0.09922804 BTC
Random Selection Loading Transactions
Max Size: 179.17/200 MB

Candidate Block

Mining Attempt 163d753884a0f9fb2616d32bf54b6ea6a114182be6050259fddbbdcf93befc45
Version 20000000
Previous Block 00000000000000000001a4680f61fa8055c30a8aee518e2366bd68e5b7c97599
Merkle Root 9bd2f290d808e7faf139b73243bac31a550bdb90ff87d336c4bb07db0182e339
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,074
Size: 1.00 vMB
Total Fees: 0.02948175 BTC
Feerates: 147.99 > 2.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,444 (813,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
101,493 101,493 000000000000b52d671ead38961057bde390fae95b59860516249cc51b6561c2 6 0.00/1.00 vMB 0
101,492 101,492 0000000000029a3039d1bd0026c6f987c73797b7583c361f3ed674f7432edd2a 5 0.00/1.00 vMB 0
101,491 101,491 000000000001cd8fbb34ca867153d47a87ad95c0abebb52c301faaf0d736855c 12 0.00/1.00 vMB 0
101,490 101,490 00000000000250528b040a5bdd02e2c83fc6b1db66a18713095f8fc14f59b12b 12 0.00/1.00 vMB 0
101,489 101,489 000000000001e245157bffa6721609c28b3ef5162f9f3f57dcbeb5d3510b5cad 13 0.00/1.00 vMB 0
101,488 101,488 0000000000035b65ecdb563ff40b57297a4900d0f33c1581566c97e2b296ad96 3 0.00/1.00 vMB 0
101,487 101,487 000000000000275e2e798222ed005d50038a77555af43950085203347c4da1ee 7 0.00/1.00 vMB 0
101,486 101,486 000000000002cd9da4b7f513777d833a874aa60950a19d7f8e2759289d5ae117 3 0.00/1.00 vMB 0
101,485 101,485 0000000000027e780123340f7b46777c2a421ecffa6e22e3dc195acab12c180e 11 0.00/1.00 vMB 0
101,484 101,484 000000000001ac3f3670333fce74c61fdcd1083b58e8ddd0b55e64a5ccca4d73 10 0.00/1.00 vMB 0
101,483 101,483 0000000000010bf4e05a48a07853d8599764ce02b19e64aaf0d95d780c3c4d68 9 0.00/1.00 vMB 0
101,482 101,482 00000000000118ba8a821ae845c2f1a004d1574c84fe9ebd1ee30e13e1abba48 2 0.00/1.00 vMB 0
101,481 101,481 0000000000024a5951cbc0d1ea624315144b3e372d88ecb909b5094ddac85d90 2 0.00/1.00 vMB 0
101,480 101,480 00000000000245d56ec52dde73faa0cfbf763ca4b9b7136568e2c451dbae6bc5 1 0.00/1.00 vMB 0
101,479 101,479 000000000001747a7bad36d1b800fc2280b2e57453f497a170632c6fbfff3bf2 1 0.00/1.00 vMB 0
101,478 101,478 0000000000004335b3dafb723c879b620a51510fbe57c897fa8d89b7df9f8aa0 1 0.00/1.00 vMB 0
101,477 101,477 000000000000af1292488781c06ae524c0e45df4e8145f395223072d6b59da4c 1 0.00/1.00 vMB 0
101,476 101,476 000000000001e44b7db41206f5ce92806ab33b421f976e9ae0a050b8608d2fdf 3 0.00/1.00 vMB 0
101,475 101,475 000000000000d7b869d5da27f92c47f063add96e707cf280cf94d4cd13a06b10 1 0.00/1.00 vMB 0
101,474 101,474 000000000002d4001aad254f72b42b62961a28c62f9013f3b207745bc4d8b3d7 1 0.00/1.00 vMB 0
101,473 101,473 000000000003e65802f5704f25eac5c29c7dbf39e1f7b9e37a62f90de0b28b08 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.17 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: 748.35 GB
    • Received: 18.79 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.