Loading Tool

Explorer IconExplorer

Memory Pool

38,459 transactions
18.07 vMB
0.03521660 BTC
Random Selection Loading Transactions
Max Size: 112.41/200 MB

Candidate Block

Mining Attempt 16e437a36b19c05d244ba7858c424dfef5f8b3f91ec61242d0ab3c969d410110
Version 20000000
Previous Block 00000000000000000001484ec1674a6ce2801a2409b9c1868b1687c5fe26d993
Merkle Root 2c37451e94b686504c64a1767c9924e9f48d7a9d9ba1cbdda905a2e0fa64d349
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 4,457
Size: 1.00 vMB
Total Fees: 0.01170238 BTC
Feerates: 47.34 > 1.17 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,885 (143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,742 938,742 000000000000000000003e214017f6c17136ca917e75cd8ec26a9c2a080a736e 1,495 0.44/1.00 vMB 1
938,741 938,741 00000000000000000000b8d6ceff338eb150fa891252e12a09c68ab9dcf7d4eb 3,032 1.00/1.00 vMB 1
938,740 938,740 0000000000000000000182d771531daaf91f2427b133427d52dc39faaed0bac8 3,398 0.99/1.00 vMB 4
938,739 938,739 00000000000000000000e9c5517ce8fb8143e39a97a2f4b09a278db1ccdd31df 6,101 1.00/1.00 vMB 0
938,738 938,738 0000000000000000000057b74d286baab8445a288550b56c48c08d9c26685f27 3,066 0.87/1.00 vMB 3
938,737 938,737 00000000000000000001a79c5649cd6f734f7077f1376e2d834e4a5002349f11 1,312 0.44/1.00 vMB 1
938,736 938,736 000000000000000000015e6dee598294360b552f68fe7c3f46fd7ba59cbf77a1 3,305 1.00/1.00 vMB 3
938,735 938,735 000000000000000000012567183e9e82e67afad1c4d9b4b9c0de8308b5586ec5 3,570 1.00/1.00 vMB 1
938,734 938,734 000000000000000000010fb59defefc06fccf66bb93852041759fdbe9f01083e 2,184 0.61/1.00 vMB 2
938,733 938,733 00000000000000000001bb53c86f4e519a7258bf13d0d2403391c090c3c85f4b 3,783 1.00/1.00 vMB 3
938,732 938,732 00000000000000000001e5a2b42294593d9ae76ed4680631a92346c047646854 3,946 1.00/1.00 vMB 1
938,731 938,731 00000000000000000000f2edaaece55a13bc19911ddf257c2dfd5017be732de8 1,374 0.42/1.00 vMB 2
938,730 938,730 00000000000000000000318854b00f19b497a0daecd52e93fb853a2338579456 3,400 1.00/1.00 vMB 2
938,729 938,729 000000000000000000009afdb8f2780c64a7b220d5c1b274f55a63a650df4e9b 5,800 1.00/1.00 vMB 0
938,728 938,728 0000000000000000000096d3d885322f9ba538fc4732557491baf10f593f27c3 4,886 1.00/1.00 vMB 0
938,727 938,727 000000000000000000008b3d929aaa92606ac44f85cd4570b88fc58f6a1a2a14 3,631 1.00/1.00 vMB 1
938,726 938,726 000000000000000000008a1d6b41185a0490c21953efb365015e3a54655c874f 2,431 1.00/1.00 vMB 1
938,725 938,725 0000000000000000000010282e351bfcba6abbdd340bd58aa2a79acdf7b98ee5 2,916 1.00/1.00 vMB 2
938,724 938,724 000000000000000000000f3919d5d4c31ee80405bf339da0e39368d36619610f 2,284 1.00/1.00 vMB 2
938,723 938,723 0000000000000000000021aaae8c3e2fd0c9c1274a59c2eef089ddde0bc061c3 3,573 1.00/1.00 vMB 2
938,722 938,722 00000000000000000001b505c044758a47162b863509763c09c8347891d52768 3,787 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 824.69 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: 4,207.74 GB
    • Received: 230.13 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.