Loading Tool

Explorer IconExplorer

Memory Pool

41,974 transactions
30.44 vMB
0.07067610 BTC
Random Selection Loading Transactions
Max Size: 154.46/200 MB

Candidate Block

Mining Attempt d1af1c28be6c0d08bc1aecf2aafd1bf830fcd07dfae098a97cb27ea5439fd4fb
Version 20000000
Previous Block 000000000000000000006714c3d7dc50e84391981f67170adb5c2d01c46a6280
Merkle Root 55337771e780ca8fd4a6400118c875d0250f5caf6e79563199fd6baba3be9a0c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,365
Size: 1.00 vMB
Total Fees: 0.00979387 BTC
Feerates: 60.16 > 0.98 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,465 (867,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
46,711 46,711 000000001fb2d199c16a95fc525670269bb3838950b20f7c5bea3441c0813200 1 0.00/1.00 vMB 0
46,710 46,710 0000000018573d8b5e2fdbb93dfddeb5f7f0156bbc983ab75f591c2201e1c64a 1 0.00/1.00 vMB 0
46,709 46,709 000000002d1b947145807880f166ea3b99b566c1bef5751a0e81dd98388d6933 1 0.00/1.00 vMB 0
46,708 46,708 00000000002d70a6973257b227fe0fcc0ef265733e5d8a4b08ff6f79c33ee984 1 0.00/1.00 vMB 0
46,707 46,707 0000000021a02bc561c3db9b0c94d96eff7e64f799a3d16f7e8391e42b88823d 1 0.00/1.00 vMB 0
46,706 46,706 000000000e79678ec143ed46acc850ca7b216208e84d2753ecc3d21ff763936c 1 0.00/1.00 vMB 0
46,705 46,705 0000000023ad09a4274e997dccbe114ea8913e31db478ce3eafe84d13927e296 1 0.00/1.00 vMB 0
46,704 46,704 000000001c6ba72852cec8892e369b5d8dae032430c4addd03c402331cbd79db 1 0.00/1.00 vMB 0
46,703 46,703 00000000230880b98927809438f0c7679709ef44ae2f7ab55bb2fa8888086447 1 0.00/1.00 vMB 0
46,702 46,702 00000000288807d54fec5bc6b73a613c8dd0eb32c94db404a6e818792eda522a 1 0.00/1.00 vMB 0
46,701 46,701 00000000360db3bd34359781cf7026763943b2aa119930579d1319ac3f6bcf64 1 0.00/1.00 vMB 0
46,700 46,700 000000000baf43efc50c5341db6b81cbede2090ed46f9185193ae6772f924542 1 0.00/1.00 vMB 0
46,699 46,699 000000002b7baac0e2d37c81ad2df0268af621128fb77e96523597091dec80b3 1 0.00/1.00 vMB 0
46,698 46,698 0000000012d5ded200b50306a2252c6626c4a916f70d2b826c2c5d019619b319 1 0.00/1.00 vMB 0
46,697 46,697 0000000014ff480bda19ca6e44b9c4c9f31893ac8bca7f5a1acc292153ff7d3a 1 0.00/1.00 vMB 0
46,696 46,696 00000000128c4f753882d6419164a2f6339a538dd2fc0d58d3fe6daff8e36f9c 1 0.00/1.00 vMB 0
46,695 46,695 000000002baa43d45fcadfc86a919495df5ffec95499fe092c1baac5eab8e201 1 0.00/1.00 vMB 0
46,694 46,694 000000002b1fef3dda5965371816e7d64360b9bcd5fd345efbf9ae8be0cc6650 1 0.00/1.00 vMB 0
46,693 46,693 000000002b72e882354d15171df13446a16566b2d01a8a4691097d06b821c016 1 0.00/1.00 vMB 0
46,692 46,692 000000001e32078a54c6eadb4f27ddfe0d0c7da938f9543f9e4a941716d9b708 1 0.00/1.00 vMB 0
46,691 46,691 00000000141397907b0236858c14128ca6fc918c23b24dc660a527e0415dfb5e 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.43 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: 610.02 GB
    • Received: 10.70 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.