Loading Tool

Explorer IconExplorer

Memory Pool

37,935 transactions
16.05 vMB
0.05049948 BTC
Random Selection Loading Transactions
Max Size: 100.22/200 MB

Candidate Block

Mining Attempt bfbd225c8ecfb9bafbda872861075dd95f4ac60e1d21703f53b2717ba1071e0b
Version 20000000
Previous Block 00000000000000000001af46310944f88350f8e250646c7fdaa61bccc81cc05a
Merkle Root 0ab384e7c0a633124cc328ba8b74aef9ec52e4d76ffb2ff4647af3239053e9ba
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,363
Size: 1.00 vMB
Total Fees: 0.02635320 BTC
Feerates: 571.68 > 2.64 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,592 (95 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,497 938,497 000000000000000000000e516a101cd19f3a565099e9c3bebb33e06da4a1716b 2,820 1.00/1.00 vMB 0
938,496 938,496 00000000000000000000dc99b50850af41cabce8b9e372412802656804343f39 4,313 1.00/1.00 vMB 1
938,495 938,495 000000000000000000019f5857b209e2daa89291dd2e74f19725a0882a7f7701 405 0.11/1.00 vMB 2
938,494 938,494 000000000000000000002dfd9ae14f83d1984f73e0e412fef8a5eac7536f992f 3,085 1.00/1.00 vMB 2
938,493 938,493 00000000000000000000a5d1d4cb682edfbf2554b01a3314d733789542d2e000 492 0.14/1.00 vMB 2
938,492 938,492 0000000000000000000117106f585bf49826893a125e66bbf508762f64afd0df 4,651 1.00/1.00 vMB 0
938,491 938,491 00000000000000000001d4596a69407909269502c4b48d7afc8b656071704086 3,007 1.00/1.00 vMB 3
938,490 938,490 000000000000000000008241e243596f8f3c9d4f5ab8b37aa61350a457155343 5,079 1.00/1.00 vMB 0
938,489 938,489 00000000000000000000e51aff8161047a76eb4959fe10856a2450aa298b9763 4,724 1.00/1.00 vMB 1
938,488 938,488 0000000000000000000097019d0f03ec72c1b7654c4c29771f15f834440c4154 3,957 1.00/1.00 vMB 1
938,487 938,487 000000000000000000018dadd4e7ee7d1049eb1048f4dc36b4e1413a65d2e8bb 3,577 1.00/1.00 vMB 3
938,486 938,486 00000000000000000001266e8f35e162abb5fe8c3c9d0a4c0607ac8c086d659b 3,370 1.00/1.00 vMB 2
938,485 938,485 00000000000000000000919d622a48f8dab3d601db6a12e8d2695b5f42d8e4e8 3,424 1.00/1.00 vMB 2
938,484 938,484 000000000000000000000c2d7418d9f453f7693eebf3f7cba50c15b1d5f7789f 1,656 1.00/1.00 vMB 0
938,483 938,483 00000000000000000000d4a01f5fd13a13c19982f483b64662335288dc2c8e67 3,623 1.00/1.00 vMB 1
938,482 938,482 00000000000000000000d9b72385fd48c4e5053b4b57351bb427364e0f17cb76 2,854 1.00/1.00 vMB 0
938,481 938,481 00000000000000000001a5e07656278e52f7466ef03c819969af8ee7c98c9462 3,411 1.00/1.00 vMB 0
938,480 938,480 00000000000000000000254d031d5b09823ae52e53417f1a7243962c768c562b 3,362 1.00/1.00 vMB 1
938,479 938,479 00000000000000000001dc6db1c8bf7622b63be453471ef4b83ae4056a3f5a7e 800 0.41/1.00 vMB 1
938,478 938,478 00000000000000000000edce17e40cae1aba7b904edb82fcad3f7d4d06541d97 3,128 1.00/1.00 vMB 3
938,477 938,477 00000000000000000000b9c9418ae8ef640b30510d386da0f03f09e26d97f229 3,249 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 824.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: 4,119.61 GB
    • Received: 227.69 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.