Loading Tool

Explorer IconExplorer

Memory Pool

24,670 transactions
5.33 vMB
0.01852857 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.29/200 MB

Candidate Block

Mining Attempt 03526db1871b44ac0d7f3000a49b62a2256f36106072bb559745ca31d687a6fb
Version 20000000
Previous Block 00000000000000000002171523b0948b2408751d81c5c9847d3c3e54b812a019
Merkle Root 3f193fce37e7f99ef33a5be62563d8b98ee56142f2199b205c5142e8e50cee53
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 573
Size: 0.15 vMB
Total Fees: 0.00475874 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,232 (645,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
267,446 267,446 000000000000000214732668037ccba63ca214ebe9ed1635f19d1bf6d497ad41 281 0.49 vMB 21
267,445 267,445 0000000000000008d0d3be307992dba0ce6f93d655c0c9d36eb60db5193e855a 167 0.46 vMB 23
267,444 267,444 00000000000000064cb264bdf6b9ddb712d00fcaac7521cec0445fade2ec2b36 370 0.21 vMB 103
267,443 267,443 0000000000000006c0f515802f05d46548d6ddb531f3edc68da6a14a5630633f 831 0.90 vMB 40
267,442 267,442 000000000000000760fabdced8f3404db72daa164a32daf742cde02a9f180959 207 0.25 vMB 31
267,441 267,441 00000000000000020bc8ad757a4d124987460db9d4deadf4fb9dcffdd89e1b24 159 0.25 vMB 32
267,440 267,440 0000000000000004ec6bd228b338818bbf05cb520d6ac9b37ab51d60f04612a7 205 0.48 vMB 33
267,439 267,439 00000000000000091ef2a771f43be2f8c36734e67cf9dd7c7e9fd1a0b13f8ac1 78 0.05 vMB 41
267,438 267,438 000000000000000a3b5cc03705ac16fff73692fa9ea589ef9bbea87c3e44b421 189 0.44 vMB 20
267,437 267,437 00000000000000050beb6a73c70c65368e60e7733fb177cc2c9c7f501efb0baf 107 0.25 vMB 23
267,436 267,436 000000000000000516364b9294667b832e9fca8251fbd6a50c62f3799b068095 248 0.12 vMB 67
267,435 267,435 0000000000000007ba6dac5c8cffba42b4f2dc6cacd08e76205898489d345a3b 19 0.02 vMB 6
267,434 267,434 0000000000000000a47cd7f8c3920b15894a8c8dce71c27fae313d6beed7de88 234 0.09 vMB 46
267,433 267,433 0000000000000008ebe422e6864eeffffec5667ef6c0f0986dd9f1ed75ac3035 551 0.23 vMB 72
267,432 267,432 0000000000000004773cdc02099413843eb4c86a66f7864ef525946d3cf2782e 169 0.08 vMB 44
267,431 267,431 000000000000000650b3b30b20f8cb81adf24ce11b84ff347bd691a8a4a7e1d6 89 0.09 vMB 17
267,430 267,430 0000000000000003816447471c39e3b7beeccb1f4f8c1dad296580196ddd2ff5 656 0.25 vMB 98
267,429 267,429 000000000000000447c4529e8e0c93e61992e8c87d60257f8539822d9076b34c 82 0.03 vMB 51
267,428 267,428 000000000000000685e32a990d5b008f607f602247f5958cec143d1761e6f65a 161 0.07 vMB 53
267,427 267,427 0000000000000009ca3d45dbcfe98a34a42c75a08923606395993d576a8c0e7a 101 0.05 vMB 17
267,426 267,426 000000000000000a71d86b879a2bfb52b791323427235c20246a638e0d4b5039 462 0.26 vMB 54
Previous 10 blocks ↓
Total Size: 779.26 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 77
    • Outgoing: 11
  • Data Transfer:
    • Sent: 26.15 GB
    • Received: 0.53 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.