Loading Tool

Explorer IconExplorer

Memory Pool

33,597 transactions
28.13 vMB
0.06357665 BTC
Random Selection Loading Transactions
Max Size: 139.40/200 MB

Candidate Block

Mining Attempt 1b67eb0003fb25c8fcadd9f6b1ebd8ee653a0b7a2b05ea5dbfbaf166805b6cd6
Version 20000000
Previous Block 000000000000000000004e4a0cd99092da9a80120adf6e0206d92201d13ffe85
Merkle Root 9c0ad82587eac055f7957bc51bbf5134d3659bb4a2dc2fa827cf75bb7d434c6a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,859
Size: 1.00 vMB
Total Fees: 0.00952897 BTC
Feerates: 73.20 > 0.95 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,521 (579,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
334,617 334,617 00000000000000001a1f75840ad68e9a5dc8f859aa5ea025dda34419f40ddac2 351 0.32/1.00 vMB 29
334,616 334,616 00000000000000000d7df1be8bb2f3d2cd84d529e797c8bf5d38e28b80ab00c7 734 0.54/1.00 vMB 22
334,615 334,615 000000000000000014c53b7df8dbfe4cbda7d2bf70adaa14c6735b313fce4c6d 384 0.53/1.00 vMB 12
334,614 334,614 0000000000000000161c302b2aa6ebf28a2ce09908d5621ae3b6d261a7356026 2,004 1.00/1.00 vMB 28
334,613 334,613 000000000000000008ca3ed9a61d76b09582f569762a7d51dce2c82c4ea64b93 506 0.54/1.00 vMB 12
334,612 334,612 0000000000000000043208a7f8c5351dd3e21552c88b8d86624e654b5eb6c11c 1,005 0.35/1.00 vMB 39
334,611 334,611 000000000000000006237551bebb034dadfc7a66786d724927d4c85a8a96d4b4 308 0.18/1.00 vMB 18
334,610 334,610 0000000000000000092e6c82a01d10489282f2eca468ac7ef2ddcdc9e09900dd 1,430 0.75/1.00 vMB 24
334,609 334,609 00000000000000001b129e7662848cbc6d2f17d887abd69e91c8d955a5c46d37 271 0.13/1.00 vMB 30
334,608 334,608 00000000000000000d11ca539189583fb86044a68f6cd9a29659aac76c162715 1,538 1.00/1.00 vMB 23
334,607 334,607 00000000000000001796e0f3a1a0f32a2fe6b9fc2200d86a84f9b2da76cd6fa7 959 0.60/1.00 vMB 24
334,606 334,606 000000000000000009756a33660d7efafc073722e18eb22a6a2187d4be407253 641 0.43/1.00 vMB 21
334,605 334,605 00000000000000000d2a23d90a49cd0b5749e5108ed6943533707375914f665c 411 0.24/1.00 vMB 23
334,604 334,604 00000000000000000ee4ed61f521d6684b589865f618a61631c56b62b9049663 981 0.71/1.00 vMB 21
334,603 334,603 0000000000000000006ea751002946cef72e42c08488414e5611b10fcf887e8d 188 0.10/1.00 vMB 35
334,602 334,602 0000000000000000060a8855b0b34da0bb29fd57d27265ecc89f0aa8e9ced8cd 121 0.10/1.00 vMB 13
334,601 334,601 000000000000000013fb20f74032fc9ab75d2714e2ffa552aeb41387e2dc3da2 763 0.41/1.00 vMB 24
334,600 334,600 0000000000000000195f2f725da5e5448d6840baad9762e19723d5ededd34b22 1,098 0.67/1.00 vMB 24
334,599 334,599 00000000000000000a1f57cd656e5522b7bac263aa33fc98c583ad68de309603 377 0.22/1.00 vMB 24
334,598 334,598 000000000000000016145aa12fa7e81a304c38aec3d7c5208f1d33b587f966a6 707 0.44/1.00 vMB 23
334,597 334,597 000000000000000015e5936471ec4f63a3a7af3731e8cf22162af0c06d210ff2 518 0.35/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 615.16 GB
    • Received: 11.16 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.