Loading Tool

Explorer IconExplorer

Memory Pool

72,502 transactions
27.98 vMB
0.06763696 BTC
Random Selection Loading Transactions
Max Size: 165.84/200 MB

Candidate Block

Mining Attempt e08e1a7e3dcf4ecfab980336249710dc0c84bd7374e3caa3203f8de2fa5e70b9
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root e845e9dc5df6ec3a3b4084a5ef5848edf5a7db5d17b888dfd3c0a68775c4f9e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,122
Size: 1.00 vMB
Total Fees: 0.01172419 BTC
Feerates: 101.52 > 1.17 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (207,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
707,281 707,281 000000000000000000065bd24f9558f971ff476f2de83f1f4d2edf01c574aa35 2,856 1.00/1.00 vMB 10
707,280 707,280 0000000000000000000048dc4b81a562ca43cefd3507e06c2c44eafed5f276e3 3,214 1.00/1.00 vMB 9
707,279 707,279 00000000000000000000579c4d4a8ba0aeae56d8bd4e8df7daedb7a626852e48 3,036 1.00/1.00 vMB 13
707,278 707,278 0000000000000000000d64dda4066474163430255e762f50867662489d4f2479 2,746 1.00/1.00 vMB 15
707,277 707,277 00000000000000000000438026b53581e83d4750d4def160db84562881a22c56 2,734 1.00/1.00 vMB 23
707,276 707,276 00000000000000000006b88b6faca11b41f1d19b03edb299ce3c8a21e7bd43ea 3,174 1.00/1.00 vMB 15
707,275 707,275 0000000000000000000bf88ab0194a9bd2048531de9a2305743bccd0810d8c53 2,526 1.00/1.00 vMB 24
707,274 707,274 0000000000000000000237138f39623596691b7f41e37ce873d5f8cf49b6e307 2,560 1.00/1.00 vMB 4
707,273 707,273 00000000000000000003a2546ceef835e7b6970fb78a87cff0a417aa5781c751 2,902 1.00/1.00 vMB 5
707,272 707,272 00000000000000000002ce4acd9c418d70933743d9af018588fc6dca43a0cf25 2,867 1.00/1.00 vMB 15
707,271 707,271 0000000000000000000914460e6ecb0796c912e9370de609728436e926d553a5 2,767 1.00/1.00 vMB 11
707,270 707,270 0000000000000000000b26be7eda231e2345214ad064f2cc86cac62fc19643c1 1,837 1.00/1.00 vMB 6
707,269 707,269 0000000000000000000036aa97dbe051f44cfbb5b44cea3b73a83b1975ede05b 1,127 1.00/1.00 vMB 4
707,268 707,268 0000000000000000000345ac45ace05338762b82b3aaa8d69c8eb78a2fb255f8 1,836 1.00/1.00 vMB 8
707,267 707,267 00000000000000000005f5014f50afb9cd3df8fbf1a46905289131c6911b8f73 3,614 1.00/1.00 vMB 11
707,266 707,266 00000000000000000005fb40ddba1ba2386ebb6962d9d32f07072368980a9f68 2,389 1.00/1.00 vMB 35
707,265 707,265 0000000000000000000722825c027a602957b218c182dd43c92a9501b3692094 2,902 1.00/1.00 vMB 11
707,264 707,264 00000000000000000004049cb13803a8f9afae125054f95de26e64ef3d9757e9 3,401 1.00/1.00 vMB 10
707,263 707,263 0000000000000000000b98388612ee0c71b0ce8205235cffdd5760fb11bf52ea 1,868 1.00/1.00 vMB 23
707,262 707,262 0000000000000000000a78d09ea7ffcc44c6904f90854000feadedfa0371b8e7 3,017 1.00/1.00 vMB 8
707,261 707,261 000000000000000000000636305f2b25f9a5c49f631c3567ba9e883d9040ecba 3,018 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.