Loading Tool

Explorer IconExplorer

Memory Pool

81,008 transactions
34.05 vMB
0.13272125 BTC
Random Selection Loading Transactions
Max Size: 193.52/200 MB

Candidate Block

Mining Attempt 9f363410c93d1abbee81e500b3e1235996a0e73ee5c842f1fc148aefcc15143e
Version 20000000
Previous Block 00000000000000000000aa97f17fcd4190ff7494250e14bca9e94250dc48a75e
Merkle Root 0d58050a742232a8b6d460e1d306e8012e3d38ff92ed274f14e95d855aeb0257
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,810
Size: 1.00 vMB
Total Fees: 0.02415160 BTC
Feerates: 104.71 > 2.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,407 (49,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
866,333 866,333 0000000000000000000065ba007a9711033c29d66e4ce2fc2157abc59e3f7325 5,898 1.00/1.00 vMB 5
866,332 866,332 00000000000000000002e496e8b51a3428302a2bef9ec58dd42722ec3148e63b 5,434 1.00/1.00 vMB 11
866,331 866,331 00000000000000000001517a27418e86a4e1280aa061deb8d5a603c308b32eb7 4,923 1.00/1.00 vMB 5
866,330 866,330 00000000000000000000578ef355c5c4f170bb7e3ecb07a489807af950ba5f35 5,695 1.00/1.00 vMB 7
866,329 866,329 000000000000000000012f3d8c9cad60c62d09fa76ecd8485fe4d959d87fc3f4 3,657 1.00/1.00 vMB 8
866,328 866,328 000000000000000000016a8130f42d90587f5d22713a11b25aaf2234773bb845 5,495 1.00/1.00 vMB 8
866,327 866,327 000000000000000000001b0969cd03b2a74846d519f6e187d7ca116c2025ca6d 5,722 1.00/1.00 vMB 13
866,326 866,326 00000000000000000001cd47365edb719a262115f40b5b9f63ab8a1e1b2a4187 4,436 1.00/1.00 vMB 18
866,325 866,325 000000000000000000020fb3f3c4d3b5fb46af9e2589237ff072880420e231f1 6,356 1.00/1.00 vMB 12
866,324 866,324 000000000000000000001367fe8444ebb7962011dd49a9adb112c42449f8af69 4,549 1.00/1.00 vMB 14
866,323 866,323 000000000000000000028cee397e2961bb09c87ee8ae6615381a252165ac0342 6,068 1.00/1.00 vMB 6
866,322 866,322 000000000000000000002b035c9d743e5ce2d9b44c061654d2abea203222e855 5,485 1.00/1.00 vMB 7
866,321 866,321 00000000000000000002b29f84cd1b06cc094837fb0ad46084ad8884be2978ae 5,292 1.00/1.00 vMB 5
866,320 866,320 00000000000000000001e8c545d8b42b2eb37c77c5aac9db11cbbf427eeea850 5,847 1.00/1.00 vMB 5
866,319 866,319 00000000000000000002132bf997639d6c632ed08a79d08d739ebc0734a363a9 5,099 1.00/1.00 vMB 7
866,318 866,318 00000000000000000001b0bd3f9a8f6edd4ba3e82c2304421dfa62d799e6bcfd 2,298 1.00/1.00 vMB 6
866,317 866,317 000000000000000000028b587614182c9af5f60ff321533f77b71fd0f678ffce 5,414 1.00/1.00 vMB 11
866,316 866,316 0000000000000000000206ef5ec3164fb3da4cfa7ffb1ce314448918484a5c28 3,966 1.00/1.00 vMB 8
866,315 866,315 00000000000000000002037f9018a8dc1212b0b14fdc4617d3114f67e29f8396 5,909 1.00/1.00 vMB 10
866,314 866,314 000000000000000000027dc33ccdd2d0665b04a5affdf8cd4505a8120889f7f7 3,614 1.00/1.00 vMB 5
866,313 866,313 000000000000000000023e678203704e8a2a4581b9e4495e7c8564e484a35fef 1,933 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 783.09 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: 726.08 GB
    • Received: 18.44 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.