Loading Tool

Explorer IconExplorer

Memory Pool

25,147 transactions
26.97 vMB
0.05751969 BTC
Random Selection Loading Transactions
Max Size: 128.61/200 MB

Candidate Block

Mining Attempt 29f68481d965deda0e808465d47e0d78eac8c24b4e3a9cab6992d7618676ea85
Version 20000000
Previous Block 000000000000000000008bb1e440ff81db36f781b06f2649023c6f896da5e43e
Merkle Root 696a648a816f01e6e2d2194cb7b50b9d66e573e5ccd43172066c6e0aa5b05af8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,340
Size: 1.00 vMB
Total Fees: 0.00686556 BTC
Feerates: 150.93 > 0.69 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,480 (867,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
46,715 46,715 0000000021feeece9b65cee51a8246bc00ecee69b97734975b30c4b2229e71d1 1 0.00/1.00 vMB 0
46,714 46,714 000000001f7819385ff8c632a23c02bf91636aed6bb25107e3bd0aec2915d064 1 0.00/1.00 vMB 0
46,713 46,713 0000000020d677a52bcf86504562ff566ec2f4afe8a07a68f29c9626370648b7 1 0.00/1.00 vMB 0
46,712 46,712 00000000002911913a91252a37cdc5b28a31b46705d99d0ec2ec7c32c7712f04 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 781.46 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: 611.03 GB
    • Received: 10.78 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.