Loading Tool

Explorer IconExplorer

Memory Pool

78,276 transactions
29.25 vMB
0.07455255 BTC
Random Selection Loading Transactions
Max Size: 179.31/200 MB

Candidate Block

Mining Attempt 1f7afd5cd3203e0483f8b03fc5d7a8d78b80e5b16f18529001bb6a55167a2c0e
Version 20000000
Previous Block 000000000000000000005526bea8af5b3d9aa43c0c50a99620a61707332605e3
Merkle Root 2fe0588175f8edd979d26a3c8496f4324411003a3ffa4311a9906893530fb7d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,743
Size: 1.00 vMB
Total Fees: 0.01055960 BTC
Feerates: 100.36 > 1.06 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,237 (273,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,315 641,315 00000000000000000009d8e902464086b9fb457f91e06438b1cbbd03968b5bf0 2,740 1.00/1.00 vMB 114
641,314 641,314 0000000000000000000fe1fe3048b5231bd577f0a9486460691981a124edacbd 2,273 1.00/1.00 vMB 111
641,313 641,313 00000000000000000009a7272fc46ff57981d149746ca89682e1ea72723f9a4b 2,551 1.00/1.00 vMB 165
641,312 641,312 000000000000000000067e14c07b50025455a26cd745ed32247a64ab917e677e 2,453 1.00/1.00 vMB 65
641,311 641,311 00000000000000000007f095af6667da606d2d060f3a02a9c6a1e6a2ef9fc4e9 2,738 1.00/1.00 vMB 139
641,310 641,310 0000000000000000000eec2a5431e9d49f2c34d6faff9a11d5526ef55b8da374 2,501 1.00/1.00 vMB 90
641,309 641,309 0000000000000000000a2304cbb50ec4d17d1efd1cf0c561e7077b9a20401440 1,428 1.00/1.00 vMB 23
641,308 641,308 0000000000000000000bd43b6f8b357d344f14328cdcccf40c07a2cdb77fd7c9 2,495 1.00/1.00 vMB 67
641,307 641,307 00000000000000000006d4fdd0fb8238721dd2ce30fa07e0faf19148d8c40c7d 2,387 1.00/1.00 vMB 111
641,306 641,306 0000000000000000000c21683f3d8509ba7814e6fc6ece791c6e191d23393e5e 2,408 1.00/1.00 vMB 74
641,305 641,305 000000000000000000037f347a3ae26ad4c555f6428d166c664ec2b2be9d04dd 1,821 1.00/1.00 vMB 97
641,304 641,304 0000000000000000000cbca32cb414562a2b1e23b9d56496eb23bd3753fca143 2,270 1.00/1.00 vMB 155
641,303 641,303 0000000000000000000a55aab357c558da725d247cedef2cb5cc39b13258ab62 2,114 1.00/1.00 vMB 140
641,302 641,302 00000000000000000008dc01e2ee090156e00b896b6a3f9a3d522618ed1e2089 2,198 1.00/1.00 vMB 114
641,301 641,301 000000000000000000046df24a697bedf6163dbf15651c3e19059a77019b584a 1,953 1.00/1.00 vMB 25
641,300 641,300 00000000000000000006ef0663fcd7df4d9189c322ca4d449b2c44ae921c3a99 1,916 1.00/1.00 vMB 31
641,299 641,299 00000000000000000001d280f871e4790a3fca49a63e9a336b2b34ba4814ef59 1,991 1.00/1.00 vMB 33
641,298 641,298 00000000000000000005b983e57a3b5bc208d0c2fe591e921be8694ec54c65da 1,961 1.00/1.00 vMB 45
641,297 641,297 0000000000000000001070cc02b4fea440525961ef1fcf5ee7d0b362d79f31d8 2,865 1.00/1.00 vMB 150
641,296 641,296 0000000000000000000d037ac056929fc373707d11a76ffe5799682a77293082 1,730 1.00/1.00 vMB 42
641,295 641,295 000000000000000000020d2fd1bdda69214b9bd6f28c604a2ec29a83cc4c3d76 1,657 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.80 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: 710.06 GB
    • Received: 17.02 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.