Loading Tool

Explorer IconExplorer

Memory Pool

32,627 transactions
17.25 vMB
0.03426600 BTC
Random Selection Loading Transactions
Max Size: 105.37/200 MB

Candidate Block

Mining Attempt 13c00bbdd236647f836068db39a253526d61ec365d48aa546388b71b41712624
Version 20000000
Previous Block 00000000000000000000865b1490ee64fd73bbed0922d5ed34c40e3d3caa9921
Merkle Root 139078952751c80eb5765e27056635b2654987cc2e5632d9f9945204a5fe06a0
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 2,000
Size: 1.00 vMB
Total Fees: 0.01618323 BTC
Feerates: 318.30 > 1.62 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,985 (484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,501 938,501 00000000000000000000d829b291478d0e3add4fb1ec8fb6b630063e565cc7f5 3,810 1.00/1.00 vMB 1
938,500 938,500 000000000000000000016dd6a6f2cb82c530b6f95b2a2800c8401b1f8b82c753 4,711 1.00/1.00 vMB 1
938,499 938,499 00000000000000000000af5a57d008e6f73eb450b0419af89866cb9b38a4d0e4 3,339 1.00/1.00 vMB 1
938,498 938,498 00000000000000000000a80e3680cfc0fe7f516b9c98714b2c9a8922d7950012 3,699 1.00/1.00 vMB 5
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
Previous 10 blocks ↓
Total Size: 824.86 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,211.93 GB
    • Received: 230.96 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.