Loading Tool

Explorer IconExplorer

Memory Pool

35,996 transactions
26.01 vMB
0.06610493 BTC
Random Selection Loading Transactions
Max Size: 133.00/200 MB

Candidate Block

Mining Attempt b7fbcb1a8a8b509716eeaf90ab271a25230084f9f3f3f12658cc9878c09296dc
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root 3f449ecd4d0f3222b3845d8cf4f688c395b15a489afb6005ad23ff9567bfd6c8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,978
Size: 1.00 vMB
Total Fees: 0.01834585 BTC
Feerates: 201.13 > 1.84 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (468,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,558 446,558 000000000000000000d16e55f4abb5e12a89910e74d7f4f7e9eed183a67eec98 2,425 1.00/1.00 vMB 76
446,557 446,557 0000000000000000001bf99440b3110fc0dc9ad25d4466b62c1c65276783f390 2,312 1.00/1.00 vMB 131
446,556 446,556 00000000000000000331e858f8873b5ffa2388f792921630e35c6287f5e232c3 2,168 1.00/1.00 vMB 99
446,555 446,555 000000000000000000a366106f0adbfe93fdc26708138414b8322570a3844b6c 1,461 1.00/1.00 vMB 45
446,554 446,554 000000000000000001a415eb4adbb1aaa7d17275d0723ef74e4b46a9810e2655 2,331 1.00/1.00 vMB 73
446,553 446,553 000000000000000003584b49d9d32bf5f12fbff7d8982825b9124ed9199f0941 2,276 1.00/1.00 vMB 106
446,552 446,552 00000000000000000058bbdea1cba0ede83c84f12dadfc629a8a149a8f0ddce3 1,950 1.00/1.00 vMB 64
446,551 446,551 00000000000000000194636c8c3cae8d5987409351386ad8e928f5f5ceb517cb 2,262 1.00/1.00 vMB 92
446,550 446,550 00000000000000000190e62ec02aacc1596ad785a5997095201c05ce7c433c59 2,401 1.00/1.00 vMB 140
446,549 446,549 000000000000000001dcff36151916136d7bc3f13bafa813292e7edb85532b7b 2,279 1.00/1.00 vMB 123
446,548 446,548 0000000000000000008fd25b50c9afc99148ee206ed4c4d732e75222dfe3bb34 796 1.00/1.00 vMB 65
446,547 446,547 000000000000000000162c5a002e8e4426bd1de217eaef16a21cec8b1f56abaa 2,155 1.00/1.00 vMB 114
446,546 446,546 0000000000000000002b070d7088ef03733c38a20210a46fca954aeb0376c8d6 2,068 1.00/1.00 vMB 87
446,545 446,545 000000000000000001b49f32fe91e0cc661a996dae3cc39d08ac3a94452e1474 2,288 1.00/1.00 vMB 92
446,544 446,544 0000000000000000018808f75df14766d5aec49d11456178f7023f42016387da 2,195 1.00/1.00 vMB 72
446,543 446,543 0000000000000000025bf248aecb0bef5e09873f669849440c6e535fbc0d8ea4 1,823 1.00/1.00 vMB 104
446,542 446,542 000000000000000000894c063e988b96ecc91afde084f96a5fd6e742f24d7e24 2,158 1.00/1.00 vMB 138
446,541 446,541 0000000000000000022ed38e50360382f5c00dd15512c76270e7ebd2b12ab82f 2,004 1.00/1.00 vMB 87
446,540 446,540 0000000000000000011549c4aacf4953d518f781c175c90a5864d6884631457b 2,613 1.00/1.00 vMB 179
446,539 446,539 000000000000000003068efb1611bdcfa0d7db2f4048d6523c8d3e44e5dcdaf8 2,527 1.00/1.00 vMB 71
446,538 446,538 00000000000000000350252f115f88b882648c13383d8731ae7a0d81545e7b61 2,071 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 781.82 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: 636.21 GB
    • Received: 12.35 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.