Loading Tool

Explorer IconExplorer

Memory Pool

35,318 transactions
25.94 vMB
0.06904294 BTC
Random Selection Loading Transactions
Max Size: 131.85/200 MB

Candidate Block

Mining Attempt c00973779359afedeb5b45c1b7a843d141d5a8dc89c933ff4fb1d66524574c29
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root bb22d1bdfbb2f20aa75f0d37beb42157e914c0c85f2bc96f0c314a8fbda9f871
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,623
Size: 1.00 vMB
Total Fees: 0.02138630 BTC
Feerates: 250.88 > 2.14 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (468,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,563 446,563 000000000000000002c05edab94e99085cc611cf4dbaeb162cd428be9f2e9d94 2,547 1.00/1.00 vMB 129
446,562 446,562 00000000000000000283e0a7bbab24303d98ab4e75172e54de744bd71c33b2ed 1,792 1.00/1.00 vMB 112
446,561 446,561 0000000000000000013497feef9370f865b3de7ea92ccdf918076d26d26fb28a 2,123 1.00/1.00 vMB 72
446,560 446,560 000000000000000001254cfce3953175d85b4320cfd25a8a80e149d217b18176 2,239 1.00/1.00 vMB 124
446,559 446,559 00000000000000000031cd16fc96964b5f5ead89b06d4220ead1b5b0b4df3014 2,839 1.00/1.00 vMB 167
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
Previous 10 blocks ↓
Total Size: 781.84 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: 637.82 GB
    • Received: 12.44 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.