Loading Tool

Explorer IconExplorer

Memory Pool

39,473 transactions
26.34 vMB
0.08005329 BTC
Random Selection Loading Transactions
Max Size: 136.67/200 MB

Candidate Block

Mining Attempt cae3b14271af84a329a1b040cdef93f890265af3f11eac56671d114483391b75
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 4fcae662af315d6bf0975e525f6878dd9169367ced53df2f72c6d0af634bc284
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,177
Size: 1.00 vMB
Total Fees: 0.03164902 BTC
Feerates: 502.65 > 3.17 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (298,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,295 616,295 00000000000000000010ec2d5a14d4eb2366fe4acf6cd3350d73b6ac38dd1a55 2,901 1.00/1.00 vMB 45
616,294 616,294 00000000000000000000fd73fbeff54e24b5db3a7a693e6a4e62c70f16e845ce 2,754 1.00/1.00 vMB 32
616,293 616,293 00000000000000000005ba041167aa50bb800037c1a67a5a84b70a92ceaa03a1 3,005 1.00/1.00 vMB 29
616,292 616,292 00000000000000000009c6746dea2dd8388d9a1aebe1d1dab6a8e8a1c4470833 2,549 1.00/1.00 vMB 43
616,291 616,291 0000000000000000000c52196c6151e70f3f366e9866aec611ebf50e72a6f36e 2,385 1.00/1.00 vMB 17
616,290 616,290 00000000000000000004f813e1af72f2a9333dcbfb13293326ce7cb359ee05a6 3,238 1.00/1.00 vMB 28
616,289 616,289 000000000000000000027a07f8132e0fafe7c7b51ef7a6b2b55211e024ec27cc 2,746 1.00/1.00 vMB 21
616,288 616,288 000000000000000000050c2882742b7fcba5487731f7f6eaa33b4e6f81c079c4 3,038 1.00/1.00 vMB 29
616,287 616,287 0000000000000000000bb9efb0c35d227b6d132084ffa5585d01c75c8248414f 2,958 1.00/1.00 vMB 28
616,286 616,286 0000000000000000000a367d497fd0af9405c9bf96a41d5e2776af5b32970b03 3,223 1.00/1.00 vMB 24
616,285 616,285 00000000000000000008d8a9b4a224c66b7e1d12a91f883e54184be1e38f100c 2,977 1.00/1.00 vMB 25
616,284 616,284 0000000000000000000fa2ceca4de4717f070c6b02dee2e47fd5f9cda5f1b3a6 2,495 1.00/1.00 vMB 22
616,283 616,283 00000000000000000005c71ad9010b75cb672f7a5b15526321c28cd6629cbfc3 3,189 1.00/1.00 vMB 21
616,282 616,282 0000000000000000000ab1c4f7351bf19e2cfffc2a56b56023f69d3773259e55 3,212 1.00/1.00 vMB 30
616,281 616,281 0000000000000000000629f48a935bcb9797459188f321eac0cc0952594b6d98 2,871 1.00/1.00 vMB 29
616,280 616,280 0000000000000000000f70beb8a87ee4895363a9347b668de2bc070d32931bfe 3,046 1.00/1.00 vMB 26
616,279 616,279 000000000000000000080f736385c6c2a45519194e77f36ec9ac00506a7d2baa 2,850 1.00/1.00 vMB 24
616,278 616,278 000000000000000000091aa21c7180b30a0c827794e5d6a0fcef744a3b843174 3,639 1.00/1.00 vMB 31
616,277 616,277 0000000000000000000e0fc5d055b6cb1fa1605706245265df1c7fe5f18caae3 3,218 1.00/1.00 vMB 40
616,276 616,276 00000000000000000009f12e1a0bc329bc460fb7d82c6a28174b38dc0fdac518 2,969 1.00/1.00 vMB 27
616,275 616,275 000000000000000000068b191fe992bb464affe4cfb454c40d5f280b07551b8b 2,859 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.