Loading Tool

Explorer IconExplorer

Memory Pool

56,689 transactions
32.16 vMB
0.18486331 BTC
Random Selection Loading Transactions
Max Size: 173.20/200 MB

Candidate Block

Mining Attempt 98671c8923b26b9a506e773bb777a7e07c41b342814831b51c4b129d81922581
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 6fed88689ede4441465fd2ae365bb858f12f549407928c7374052409b57d5720
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,595
Size: 1.00 vMB
Total Fees: 0.07293526 BTC
Feerates: 465.21 > 7.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (245,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,299 669,299 0000000000000000000807f75ba68717a4d5b01b3bcd85f8713f5b740da3440d 2,527 1.00/1.00 vMB 142
669,298 669,298 00000000000000000004c0321ddcf1f343c5042a267e322488b14d1550d7081d 2,430 1.00/1.00 vMB 83
669,297 669,297 000000000000000000060e3e2dc12e4ce4cee2e178d1d55925e0534117dff4aa 1,527 1.00/1.00 vMB 27
669,296 669,296 00000000000000000000a8cadfe13269f8e00969c14b624adc1dfd3d290f2a4b 2,434 1.00/1.00 vMB 45
669,295 669,295 000000000000000000036283aad1e5b06feea17dddc338471805816a2d67f438 2,484 1.00/1.00 vMB 55
669,294 669,294 000000000000000000030a6df19cf5ff90ec3e0e9334141870f2f82f94a5bcbb 2,573 1.00/1.00 vMB 96
669,293 669,293 00000000000000000009a09d3a907d1c0f1fba9b707a30991a5958eef06c533d 1,704 1.00/1.00 vMB 43
669,292 669,292 000000000000000000064e86493b31bc16b115c203d757881d16c460c788527c 2,944 1.00/1.00 vMB 62
669,291 669,291 0000000000000000000975b79b6c5955adb82b4eeb9ccb2c4aeb327d62569e1d 3,295 1.00/1.00 vMB 69
669,290 669,290 0000000000000000000bd2f317a2a591eb68f31dac3a55f0d4f3438954c31614 2,881 1.00/1.00 vMB 125
669,289 669,289 0000000000000000000d7a9f61db57c6e148bbb7cf91e054274aa29e1a1db778 2,008 1.00/1.00 vMB 137
669,288 669,288 000000000000000000065c4eab3b65042fa431d22fd801236b61a4d886531855 3,029 1.00/1.00 vMB 90
669,287 669,287 00000000000000000009ee5aea19ff806a23a5b030c7f7f19c623cf91f625bd4 2,276 1.00/1.00 vMB 104
669,286 669,286 00000000000000000004e08518f19e07b197e12b636a19b85913340803ed3176 2,322 1.00/1.00 vMB 132
669,285 669,285 0000000000000000000a3113f4249f65d1ecdc252c81e5766ec2adfd15b4f28b 2,013 1.00/1.00 vMB 138
669,284 669,284 0000000000000000000c79061857353ce255393f627a7f984d19782fc78cca5a 1,706 1.00/1.00 vMB 124
669,283 669,283 0000000000000000000ced4b39caccac5435000a326e1a83e4b5f8533cc3ad87 1,691 1.00/1.00 vMB 138
669,282 669,282 0000000000000000000c17f887985c889d9bc1698a5b5659a2d2800f99a66a1f 1,811 1.00/1.00 vMB 138
669,281 669,281 0000000000000000000a07254b2f1dca823f75a02f115d3365fa06e882e90ce1 3,176 1.00/1.00 vMB 159
669,280 669,280 000000000000000000038358d6470d710413d644e188ce29c534edc5deba7dda 2,486 1.00/1.00 vMB 88
669,279 669,279 0000000000000000000bc0a528a5141d88157221a1260bd7e0af7f84f0ae7697 2,683 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.06 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: 651.18 GB
    • Received: 13.46 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.