Loading Tool

Explorer IconExplorer

Memory Pool

76,352 transactions
28.47 vMB
0.07144399 BTC
Random Selection Loading Transactions
Max Size: 172.48/200 MB

Candidate Block

Mining Attempt 60cf7b66fe3b40e067b3ae00fb5c1941f0c1e2a9827a1fc1b2e14a98b0fec95f
Version 20000000
Previous Block 00000000000000000001f67781d6f05084986ab017640c91344eae66a915cd1b
Merkle Root 4042e0042e89793826dbaa3c2619275250883fd992796e1c0aae07c2671c04d5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,279
Size: 1.00 vMB
Total Fees: 0.01244325 BTC
Feerates: 130.38 > 1.25 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,134 (48,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
866,228 866,228 000000000000000000017547d015452bdab6874a129c50f0164e307217a3b3e8 2,158 1.00/1.00 vMB 11
866,227 866,227 0000000000000000000186be318a8142b2a218acc04c452c4d31ef28d1d97b09 4,612 1.00/1.00 vMB 13
866,226 866,226 00000000000000000002d4ada196134526a8dbb608bd27a509b1c05fde629e67 3,893 1.00/1.00 vMB 22
866,225 866,225 00000000000000000000b6318d0dedb1ae614453e924203ba8c304e083590b87 4,193 1.00/1.00 vMB 12
866,224 866,224 00000000000000000001ccfbbf4a06a39f61ca490bf985450c8a1aa784b3bbdb 4,091 1.00/1.00 vMB 16
866,223 866,223 000000000000000000029761c0d9c383f65be59c5a6aac47d97a5028bbf5c30d 3,695 1.00/1.00 vMB 29
866,222 866,222 00000000000000000002d9976ec271927146933e83f5e944a17e3c1410c89030 3,811 1.00/1.00 vMB 22
866,221 866,221 00000000000000000002dcf52130a9f66f0da74cf4603d60908b35acdcf9d892 3,522 1.00/1.00 vMB 26
866,220 866,220 000000000000000000022ab3b06ff09728d2c9fd9d6c1681e14146d8e4b89651 3,785 1.00/1.00 vMB 13
866,219 866,219 00000000000000000001a9493e36f11cd6d5091e172e6f2562d525f9129687de 3,420 1.00/1.00 vMB 40
866,218 866,218 00000000000000000000b73d40ff44d195cfacccca6f5d5bc53ff495002836a8 2,679 1.00/1.00 vMB 18
866,217 866,217 000000000000000000001fc7e8984eade537d0a38e9432724f5df92fd14e0a1f 2,213 1.00/1.00 vMB 11
866,216 866,216 0000000000000000000256c2212fb0429698d902051b3416efe49d242dd8723c 3,708 1.00/1.00 vMB 28
866,215 866,215 00000000000000000001d7447b220659e56b885f7f1f8b5fe134de029dde42b5 3,671 1.00/1.00 vMB 21
866,214 866,214 00000000000000000001bc4b63be45164938c5f092c75630ff3d250b7a152c63 2,637 1.00/1.00 vMB 15
866,213 866,213 00000000000000000002319fb553731421bd7424819ccbfe5e63628c93aba20c 3,724 1.00/1.00 vMB 47
866,212 866,212 00000000000000000002c2cf0df57138de8f654b8c3cc8c969567a2e49b28f5e 4,204 1.00/1.00 vMB 14
866,211 866,211 0000000000000000000009d55afb80a95e0f1c9f837a6d74cc2417792cccfc65 2,596 1.00/1.00 vMB 24
866,210 866,210 000000000000000000021b42c8b14177c6112b7ebcbf0dca9f50528add0cbf21 2,180 1.00/1.00 vMB 6
866,209 866,209 00000000000000000001463980de331968ca3129f8308640dd6b321ddbc35ed0 3,985 1.00/1.00 vMB 13
866,208 866,208 00000000000000000002469c63df8330d90909e2d5aa6bec3ae2dd1bd27b6295 3,794 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.62 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: 672.07 GB
    • Received: 16.13 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.