Loading Tool

Explorer IconExplorer

Memory Pool

39,723 transactions
28.92 vMB
0.06609919 BTC
Random Selection Loading Transactions
Max Size: 147.08/200 MB

Candidate Block

Mining Attempt 0ab4fda55dfc89d9d56abd9bb8053b4f40880b2f62519a06a39707ef5a767379
Version 20000000
Previous Block 00000000000000000000a03c2ff2e9c4376ebfdb09bdac0054b5959b0793006b
Merkle Root 4ddafec7a73b3c6daa55756386ad189592f7ce2ab60adafc56369441afa08710
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,521
Size: 1.00 vMB
Total Fees: 0.00992479 BTC
Feerates: 150.80 > 0.99 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,546 (846,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
68,247 68,247 000000000557ef52a78a2d31fb25c06f091a1cd72492267647e8c0f18cece8fa 1 0.00/1.00 vMB 0
68,246 68,246 0000000000cd403ed4646aaf22b58bfb6ce376a281a77e9a91cecedbbe1e2ed5 2 0.00/1.00 vMB 0
68,245 68,245 00000000029e7f46d5fb791e46d0d364fd2e9a6afc469c29d6d1646328d799ec 1 0.00/1.00 vMB 0
68,244 68,244 000000000453a98240a81059a06735497ffbc15eda6cb3e4b1049819cbb23acb 1 0.00/1.00 vMB 0
68,243 68,243 00000000002aa4c72fa51bce2c52dc6294d785a7b3ff48a88c8663b709beac9f 1 0.00/1.00 vMB 0
68,242 68,242 0000000001af256f820fda09fc8eb04214c635e076aaaa6e7941120becf53d61 1 0.00/1.00 vMB 0
68,241 68,241 00000000031d63e6a74a25ead3bfeca616714e27649db1da310fb0fd411d0c20 2 0.00/1.00 vMB 0
68,240 68,240 000000000481013483c526ae1837b67050ee9d8a2bc0d0730d9c1f6ae83f4d42 2 0.00/1.00 vMB 0
68,239 68,239 0000000005437a84278ab941d1731a9816a69a746d99bb0ccb53be919a32921b 1 0.00/1.00 vMB 0
68,238 68,238 0000000004c77418138faae20b6b231bd9eb0376e1645694b027fd7de2b931e7 1 0.00/1.00 vMB 0
68,237 68,237 000000000169b95fbf4d01c5d156ae017b75eb1dab2c9d9443d533cd3790c47e 2 0.00/1.00 vMB 0
68,236 68,236 0000000003f75ffabaa6361f2e634032a06849f5057500a7ccc9cbb18836a527 1 0.00/1.00 vMB 0
68,235 68,235 0000000004b08c22a5f15d317871c9907273bd54267a5c2399081708c7f2053c 1 0.00/1.00 vMB 0
68,234 68,234 0000000002bc8b150ba78e214d90efad3d5bd9278dbaa84e86a4cf0fe32fbfa5 2 0.00/1.00 vMB 0
68,233 68,233 0000000004cd3755632e0ba0a3b214c2c85e8fe3f8e4512929c81d4671bed598 1 0.00/1.00 vMB 0
68,232 68,232 00000000029b77b9f14040e887a14141c80497a0df4cf148b12bbfe0b26b683c 1 0.00/1.00 vMB 0
68,231 68,231 000000000312c63624d5ef83eb7723701f3edec42feacece53523c2acf064887 2 0.00/1.00 vMB 0
68,230 68,230 0000000000b8a13043aa8054eb46d440f2e34f6ad0a1a494ee48e7cf966b864f 1 0.00/1.00 vMB 0
68,229 68,229 00000000018354088066e27915204f00bf592f1cd6ba6d7c175fad4f4fbcac77 3 0.00/1.00 vMB 0
68,228 68,228 00000000058df59bc677bab830459e536921d23933483359eeb9e787674de284 1 0.00/1.00 vMB 0
68,227 68,227 00000000048f9e2f6f544995063cadd5d26747822874fc3ea9404cdeaccca186 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.58 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: 622.83 GB
    • Received: 11.39 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.