Loading Tool

Explorer IconExplorer

Memory Pool

27,466 transactions
7.22 vMB
0.04526300 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.10/200 MB

Candidate Block

Mining Attempt 69056dab48e1addd9f10a479cd4c501d6cf27b6750549e27c62689a967c3af40
Version 20000000
Previous Block 00000000000000000001c02571042c0baf36458b65db85617878e8175980e0c3
Merkle Root 83cde083174cbbb9e5f6b27380acbff9efa0d6d3887b02e52750e9963a6b0253
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,024
Size: 1.00 vMB
Total Fees: 0.02024545 BTC
Median Feerate: 1.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,229 (645,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
267,460 267,460 0000000000000005840b7507988a92bcf68a5b18e60d84da2ec244da0e7d4949 124 0.11 vMB 48
267,459 267,459 00000000000000054d06c9772227f6b255b64675944bae15f4016d70c0be3b2e 258 0.08 vMB 152
267,458 267,458 000000000000000144c528c953f2fd3ca7ab5d8535c281fbe086ae2deb93bfa1 188 0.08 vMB 44
267,457 267,457 000000000000000938526303fba7a1f640b5904020d837384704d3fa0c6023bf 143 0.07 vMB 47
267,456 267,456 00000000000000010169da23d7641b13b788aeada6ce28339483849b43f4b808 247 0.12 vMB 54
267,455 267,455 00000000000000066a9a4963cddb08a825413a370f69f3ea82b78d411f69ee53 162 0.08 vMB 41
267,454 267,454 000000000000000844f0e04456d7f326aea3fda844835aa40f1d1c05f0c11f54 149 0.06 vMB 62
267,453 267,453 000000000000000a61104c679a4d6c8f2d3ff759636b20f1a27fadd26b219cf0 388 0.21 vMB 82
267,452 267,452 000000000000000a93664072ce9e627a265e7359220d419fb0c376cc2713efac 108 0.06 vMB 88
267,451 267,451 00000000000000035e0268344ff379f0dab41cf22ab65484002edaa19960ade9 117 0.09 vMB 47
267,450 267,450 0000000000000007df04d65a2e83239cf1bb9c2bbb74fa05fb892737fa0f11ac 11 0.10 vMB 10
267,449 267,449 0000000000000000dc7961817ed3a175eda8a6ef6e62061b257efb012f9f274c 50 0.17 vMB 14
267,448 267,448 000000000000000525af9be76538ac10b005d2cde652e463d5fa259bf977ab4e 156 0.20 vMB 25
267,447 267,447 00000000000000043a82f8548ee56e3d02ce29656a2c4fd520a454a9fc3fa7ae 830 0.25 vMB 143
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
Previous 10 blocks ↓
Total Size: 779.25 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 79
    • Outgoing: 10
  • Data Transfer:
    • Sent: 25.95 GB
    • Received: 0.52 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.