Loading Tool

Explorer IconExplorer

Memory Pool

77,714 transactions
29.10 vMB
0.07298141 BTC
Random Selection Loading Transactions
Max Size: 178.43/200 MB

Candidate Block

Mining Attempt c0850fb0d2a2cc985ad0190ae1e87b1413591b264e27aa28fa5c20b4603b5a0e
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root afa8db8a392e47fb04273f510a5ae1adb3b042b508b94bc6b4179eb4764277ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,992
Size: 1.00 vMB
Total Fees: 0.00935149 BTC
Feerates: 301.25 > 0.94 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (474,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,470 440,470 000000000000000001b4c0e3fd2bd37329c5795eb46f40b48c2584df3f73ecad 2,027 1.00/1.00 vMB 69
440,469 440,469 000000000000000002fe2614356b077e084c916d809d2c8d388e3c79d7671f2b 1,809 1.00/1.00 vMB 103
440,468 440,468 000000000000000001ea2992ff35fab2ab867efee8d62d34a8c3a5359aea408b 2,349 1.00/1.00 vMB 76
440,467 440,467 000000000000000003ddd3ff219fb6ecd4806dc3c0454fd275dd15ca3ebabc8d 2,290 1.00/1.00 vMB 105
440,466 440,466 0000000000000000034141dd12ec594bd64a11694827c88bf9bb24984bb34028 2,925 1.00/1.00 vMB 113
440,465 440,465 0000000000000000014600524da3969f62aec96bcc4dc482960a475150b22f36 2,110 1.00/1.00 vMB 85
440,464 440,464 0000000000000000017dc1f20037c31c62202d9978a0c28ddf3adbd6e742ab9e 2,528 1.00/1.00 vMB 129
440,463 440,463 000000000000000001f1fad423b495a625edc545686695d1096ca63ef23f7f34 1,725 1.00/1.00 vMB 86
440,462 440,462 0000000000000000037aa0f7315b47f93f6ae6fb66ff88fde0a9f2a233a2190d 2,243 1.00/1.00 vMB 74
440,461 440,461 000000000000000000760558153935da4766653d38e3f2387f39bf96cd614703 3,009 1.00/1.00 vMB 137
440,460 440,460 00000000000000000132e956a8716cf053fe07c7d0052a7c1f8030fd3506a4bc 1,894 1.00/1.00 vMB 62
440,459 440,459 00000000000000000180fc098e5a9f0f7f53803b761e1832a013be1e2709a977 2,929 1.00/1.00 vMB 88
440,458 440,458 0000000000000000014949ce9e4d5f5b00cec32bc6e41b06684be84e7203e18c 1,759 1.00/1.00 vMB 57
440,457 440,457 000000000000000002ada475fda1f7545c65192ea393fabbf81d83ba8e1db98f 2,235 1.00/1.00 vMB 100
440,456 440,456 00000000000000000235877c9c1e6679e9adaa4c74ceca3984de85c442b18edf 2,467 1.00/1.00 vMB 148
440,455 440,455 0000000000000000030061525b3cddef231430f03cbd4a3922dcc8b7fbfea1bf 1,938 1.00/1.00 vMB 61
440,454 440,454 000000000000000003e4dcb8ba27c1e1c8d84c146c5efaefe26601257186937a 1,560 1.00/1.00 vMB 91
440,453 440,453 0000000000000000015a5ef5aca80df7a84b3e3c6224415d13bf3d88b937f4ac 1,407 1.00/1.00 vMB 28
440,452 440,452 0000000000000000000f476ddd52e1b3be31c73db7a5043da8d187f62a0f7c4c 2,183 1.00/1.00 vMB 71
440,451 440,451 00000000000000000383ad9424f3f183d2eee584d4506b17cdff701070612bd1 1,499 1.00/1.00 vMB 94
440,450 440,450 000000000000000000430196e6b78359cff452e4555c85010bc42e9e49de3f76 2,032 1.00/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 782.80 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: 710.01 GB
    • Received: 17.01 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.