Loading Tool

Explorer IconExplorer

Memory Pool

81,930 transactions
30.87 vMB
0.08342280 BTC
Random Selection Loading Transactions
Max Size: 189.35/200 MB

Candidate Block

Mining Attempt 1f81b18493cb61c1fa43283d5f745d4f439fbe900f8e5a2232a9db4e478f3ee4
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root c64868b6f4ecfd5c6c45909db8a2167bc179283a75b77339575a9b2005f036e4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,569
Size: 1.00 vMB
Total Fees: 0.01417065 BTC
Feerates: 235.42 > 1.42 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (267,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,428 647,428 0000000000000000000064fcd3c871a696f11ee720db16ae4021f4cce83d9e9c 1,023 0.46/1.00 vMB 35
647,427 647,427 0000000000000000000ab69c5c8c59352da700dd5f887748cc886cafbbd0940d 2,387 0.95/1.00 vMB 19
647,426 647,426 000000000000000000020e519b2c4e87b991e191e1adc77ee52205e4aba590a8 2,206 1.00/1.00 vMB 52
647,425 647,425 00000000000000000007ec801792aa56a917445442e756c8ac7d697ed736d4d3 2,961 0.93/1.00 vMB 21
647,424 647,424 0000000000000000000e917c051b9df62e4c37313c2a591095ca0cae10e52ca6 1,531 1.00/1.00 vMB 12
647,423 647,423 0000000000000000000d7b6ea91976975adc72fc9220496a4200cdd93bfc90e3 2,594 1.00/1.00 vMB 63
647,422 647,422 00000000000000000007955c98cd6016c1e93efa2be72838bed9b1f100591614 2,053 1.00/1.00 vMB 46
647,421 647,421 0000000000000000000a99ce1fa79688024de0629ec937390803d3abbd9b4988 1,055 1.00/1.00 vMB 50
647,420 647,420 00000000000000000009e9442652d6db71f2ea96e9926eeb6feafbf00aa67c13 756 1.00/1.00 vMB 68
647,419 647,419 00000000000000000000917e3c0488a776bc8037c935286d40f6797d814bafc9 2,124 1.00/1.00 vMB 29
647,418 647,418 0000000000000000000c08a26247b1251662befdeefe3edcfc8deb0d2d43df35 1,611 1.00/1.00 vMB 79
647,417 647,417 0000000000000000000377263da773472a46c3b618d98ae44099bf1bac01794f 491 1.00/1.00 vMB 51
647,416 647,416 0000000000000000000c7dfc3bb3eb47536194948783f6814cf2bbbf879956e3 2,249 1.00/1.00 vMB 43
647,415 647,415 000000000000000000041b31c70448a96d0aac2085cb0d3883089f5c47ac0be0 2,362 1.00/1.00 vMB 33
647,414 647,414 00000000000000000005a91f51baee59f886ad139956bf7f59f52f6ca35185f1 2,867 1.00/1.00 vMB 86
647,413 647,413 00000000000000000000d0faa85696d581b0a4eec609a4c4b2bb18605d1db97f 2,979 1.00/1.00 vMB 59
647,412 647,412 0000000000000000000b760533b3e62d632c19cb84aedb820c8ad9418383acfe 630 0.48/1.00 vMB 55
647,411 647,411 0000000000000000000b0744204dfe21607bf4b2f999770d88e462a720e91a9b 2,253 1.00/1.00 vMB 48
647,410 647,410 0000000000000000000f6143b1f3e045de1e9a5d4b5d66c987355fb117eceba4 835 0.38/1.00 vMB 48
647,409 647,409 0000000000000000000ef647f500613811a685445fc8c74056d71ec73755fd19 2,009 0.97/1.00 vMB 28
647,408 647,408 00000000000000000007c6c39f1beb975007b0c1eebb1e5f91ec8d97c5d282a2 2,430 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.79 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: 709.75 GB
    • Received: 16.98 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.