Loading Tool

Explorer IconExplorer

Memory Pool

84,029 transactions
32.03 vMB
0.08924402 BTC
Random Selection Loading Transactions
Max Size: 192.84/200 MB

Candidate Block

Mining Attempt 90a00e291f498b2e430bc0ebe5057d1697b2d6ac8161abe24557c5bf2afed8be
Version 20000000
Previous Block 00000000000000000001049e369aac2c4af01dc613ce7d208c3063e5755d3b19
Merkle Root 3c1d2d87682ff3b8308e1227558f8ce48a5527cb32e7058e603c6def84f8f564
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 680
Size: 1.00 vMB
Total Fees: 0.01262637 BTC
Feerates: 101.28 > 1.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,340 (139,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
776,280 776,280 000000000000000000036a98d53aa0f80ed21288d45ec35f896ef00c9d0150b7 1,162 1.00/1.00 vMB 5
776,279 776,279 000000000000000000034f01bfc4d7e37be6ebe5382d793e4061937cc0493d52 1,035 1.00/1.00 vMB 7
776,278 776,278 0000000000000000000281e6104ec4cd388343eb1577593573e5023c684e4607 1,692 1.00/1.00 vMB 18
776,277 776,277 000000000000000000038f6939be00630d06a3d2fa0c26257897a47be9154bac 1,410 1.00/1.00 vMB 8
776,276 776,276 00000000000000000001cf15ccbb6e2a1051349170f8ec8ee7aa95f4d50f3d1f 639 1.00/1.00 vMB 4
776,275 776,275 00000000000000000004ea33208e672a5206f3110b7fb1bf4d749b58e3b7b248 502 1.00/1.00 vMB 2
776,274 776,274 000000000000000000031bd6370de15d0ec499f4eadd5c87c5e7063ee487ea6e 1,910 1.00/1.00 vMB 11
776,273 776,273 000000000000000000041c8cc047686afd74f880464c0a2bc20f20413a9751a2 903 1.00/1.00 vMB 5
776,272 776,272 00000000000000000006929684f818009e5719a1a860e4da0b618c8add74d7e0 2,030 1.00/1.00 vMB 11
776,271 776,271 00000000000000000006e253c89c5ebe27e2837d3650101ca6b6c4b0d80d1cc2 839 1.00/1.00 vMB 5
776,270 776,270 000000000000000000021b0c67d6198b27656b04d6abb4c13c6462830a00dca2 2,281 1.00/1.00 vMB 15
776,269 776,269 0000000000000000000419f8e56efcb44dc278d60e1c928972c9b8073f8d8ff4 900 1.00/1.00 vMB 4
776,268 776,268 000000000000000000032fd2ffe5daf1a8340b22e7240d4c9969d360b752f273 2,419 1.00/1.00 vMB 15
776,267 776,267 00000000000000000000e14c0e33a6210fb096c54e4742079bc94406f0175d68 389 1.00/1.00 vMB 3
776,266 776,266 00000000000000000001108fad61888e109ac3158f420137ebfae5265e30d8bd 2,107 1.00/1.00 vMB 10
776,265 776,265 00000000000000000002e9163f63d34c9d9983ba92a717908ec6a20d07d8c58b 1,482 1.00/1.00 vMB 7
776,264 776,264 00000000000000000005b3bdf250591df3f20f379c9d53c9e5f9fe0d3282b7e8 1,141 1.00/1.00 vMB 13
776,263 776,263 000000000000000000006e1252e99d00d0f6ee0f73a6cf194bcf04e9a69bf1b8 3,206 1.00/1.00 vMB 26
776,262 776,262 00000000000000000005cfd069ee7879600f066f4d089ac7956b6f25a530f2a1 1,161 1.00/1.00 vMB 4
776,261 776,261 00000000000000000003b9db69a623439881581d6e91af5d983744c96e43a37a 3,014 1.00/1.00 vMB 17
776,260 776,260 00000000000000000003124bb773d6ef40ad92d69b629f26f61f353434984e25 983 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.98 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: 716.68 GB
    • Received: 17.81 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.