Loading Tool

Explorer IconExplorer

Memory Pool

76,490 transactions
28.59 vMB
0.10214896 BTC
Random Selection Loading Transactions
Max Size: 173.23/200 MB

Candidate Block

Mining Attempt c7d5da61544fffbacc3bbe7c6163fc2c8ca29635319d4459f12091410afbfae4
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root 9e45cbc44688915a75f3b42eca43337479aabec3ff2b81389d5f0e08e354a848
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,342
Size: 1.00 vMB
Total Fees: 0.04264686 BTC
Feerates: 101.65 > 4.27 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (500,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,238 414,238 000000000000000003aed6ec880e7d85645d74b882b2316e80b2b7d634325d17 641 1.00/1.00 vMB 20
414,237 414,237 0000000000000000031063bd2267efe0c29b94bc41368979d635cb7a5f7bafea 554 1.00/1.00 vMB 14
414,236 414,236 0000000000000000047bb827d9329bcc8295a34246a121d2c7b37a1609270774 2,342 1.00/1.00 vMB 50
414,235 414,235 000000000000000000a73d5bc9911e917ce5143693838c7eba79824f548278d8 2,534 1.00/1.00 vMB 67
414,234 414,234 0000000000000000025ce4653fd2c6c45da312c14bbd1dee57ae9d49c63848bd 1,778 0.93/1.00 vMB 47
414,233 414,233 0000000000000000023a8bc4ec5aab985f97cbd78f1790bdae02dc4955e3ebfb 1,941 1.00/1.00 vMB 48
414,232 414,232 000000000000000002a2eceb5633e94fbad46a0cb27d68d4e572e89f38d25a58 2,418 1.00/1.00 vMB 58
414,231 414,231 00000000000000000545e5dd54764bb50eed3fe67441abb3c6cf22bbc1824b81 1,893 1.00/1.00 vMB 47
414,230 414,230 000000000000000003089f0d77d4120e31bd3f47e2b46c5fa9a3ced806a413d5 1,503 1.00/1.00 vMB 33
414,229 414,229 000000000000000002592144b423ca8e357846e8af314aebb359538b086f609a 2,405 1.00/1.00 vMB 50
414,228 414,228 0000000000000000015b3e78922d19dbb5c78416f656dba9fe40a3a695893cba 2,373 1.00/1.00 vMB 56
414,227 414,227 000000000000000004937d7cc2dc80583f7ae985bd43a59ad884f29da13ad35b 2,278 1.00/1.00 vMB 57
414,226 414,226 000000000000000002330511d5f9908a43ac4ee100e74d610ab6e60a28536975 2,598 1.00/1.00 vMB 84
414,225 414,225 0000000000000000045f8915f751fe45b0a7506ffb8f1fe932714a6b9a5223e1 1,897 1.00/1.00 vMB 46
414,224 414,224 000000000000000003cb82422bc2d9abefdff27a19854fa388f1fea18bf7e6d8 2,848 1.00/1.00 vMB 71
414,223 414,223 00000000000000000200ba43da0515b8d1faa2fb6e582891912b874b682162b1 927 0.80/1.00 vMB 26
414,222 414,222 0000000000000000057665a3d059d13b572595f7c16603afeaab253f115a0edb 1,260 0.98/1.00 vMB 24
414,221 414,221 000000000000000003d65eaf56f8309ee915773062da38c518894ed7d7e63f17 1,748 1.00/1.00 vMB 48
414,220 414,220 000000000000000001e01a4c31fe43fa3984d5aabb9267f26a4ea2b325ce2f26 2,005 1.00/1.00 vMB 35
414,219 414,219 000000000000000002e9b67762ce6e8f0c8a37327e79cfefa7f9573195c2663a 1,939 1.00/1.00 vMB 48
414,218 414,218 0000000000000000028f67a70b3172fa4207a91401a58871d77947bc1f9a7852 2,833 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.60 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: 671.82 GB
    • Received: 16.02 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.