Loading Tool

Explorer IconExplorer

Memory Pool

91,790 transactions
29.78 vMB
0.07870530 BTC
Random Selection Loading Transactions
Max Size: 185.94/200 MB

Candidate Block

Mining Attempt e5620bb185a4e9760e300d937a51a31c548ba742f59c0995ca8014b8475b391c
Version 20000000
Previous Block 0000000000000000000019570199f8bd8fb48e7b071d4e0db87090d054c4b1e2
Merkle Root ad640921b31c443d3a81f8660d56a3408b83bd81b30b5124fc069a8ff547edd0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 697
Size: 1.00 vMB
Total Fees: 0.01007396 BTC
Feerates: 73.20 > 1.01 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,931 (856,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,274 59,274 00000000082efdf10e597e28d962eba4fb68713aec7b87a9dd9e4d56ea4fcf96 1 0.00/1.00 vMB 0
59,273 59,273 000000000e2acba391a437010c174725a6f3b9587f4ae792c78b54ba41754165 1 0.00/1.00 vMB 0
59,272 59,272 000000000a89a9b88662ef4e03fd59a46b7c68e62c560f2cc8077a2f764b6627 1 0.00/1.00 vMB 0
59,271 59,271 000000000e91d7ff2c46c81accc587fae035ef4e2f5485c2a042155bc89dc2fb 1 0.00/1.00 vMB 0
59,270 59,270 000000000a69414699dc6047e9c250b10b024f0664acb789b8e1ae5a90bf33b5 1 0.00/1.00 vMB 0
59,269 59,269 000000000e63395be0c442100df6288c1014d5ed716971efeea157356d0fb484 1 0.00/1.00 vMB 0
59,268 59,268 000000000813981725bd8ec38b5ef63e9ab5012a949390981415d48fe39d235c 1 0.00/1.00 vMB 0
59,267 59,267 000000000ad69bb993397e9e368ee759c687642fa8ab6a72c7b57135c9fea563 1 0.00/1.00 vMB 0
59,266 59,266 0000000009dcc32f3c57a3a6c34f5fb9df16f018f38d4830174c1b0b02ba40bf 2 0.00/1.00 vMB 0
59,265 59,265 000000000ac99dfe98a2a05b2764c6b586a14063ce0fa51874d15996a8567787 1 0.00/1.00 vMB 0
59,264 59,264 000000000582c2513d41e6bee9760d3dc18bb88c459e5ec1a17a5cd527a302b4 1 0.00/1.00 vMB 0
59,263 59,263 0000000000c7c61160facd8837eb3bdbcf11431c1bb8d1a53ba6283ab04a3326 1 0.00/1.00 vMB 0
59,262 59,262 0000000001d44b24fcd5022ce2c4ea37f7f88a780ffbf79ce982c047168045df 1 0.00/1.00 vMB 0
59,261 59,261 000000000b2146dd698392473b0ce99c6abd3500c01f48d94d593bae66875f28 1 0.00/1.00 vMB 0
59,260 59,260 0000000003f04a3438ab2fba223f97de861d6dd92176f58fd21db1f42e6a96aa 1 0.00/1.00 vMB 0
59,259 59,259 000000000e5e53faf8af152c70b0d6766a340ce73a299a400b9e447ddc88f26e 3 0.00/1.00 vMB 0
59,258 59,258 00000000012d9fe200660fc3e246174e6b82a0bbc04e798a5d3221718bea05bc 3 0.00/1.00 vMB 0
59,257 59,257 000000000ad8479fe7903c9c849af644ac402b6ee41a3126060c065c4171c8f7 1 0.00/1.00 vMB 0
59,256 59,256 00000000088b0c43daf2a2ee991d437490c0935e5222e3dfbdffefe2ea8e5d67 1 0.00/1.00 vMB 0
59,255 59,255 0000000008b2112a4c918978e8ea2d83ff9917dce98563d5985a2000f6ba0f94 2 0.00/1.00 vMB 0
59,254 59,254 000000000cbff093dfbfc7533b5acd9057e19a8e30821e466f9f7fd78237be5d 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.99 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: 799.04 GB
    • Received: 22.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.