Loading Tool

Explorer IconExplorer

Memory Pool

71,820 transactions
28.14 vMB
0.06515206 BTC
Random Selection Loading Transactions
Max Size: 170.25/200 MB

Candidate Block

Mining Attempt da37adf3906c45709ebfb7d36d0a9364459991f88b6e4dd9ff0c9f968f156fa5
Version 20000000
Previous Block 00000000000000000000643621fefdd8d2b8dbe2725274357827e4ba0a62f960
Merkle Root 544c738295c587bec065ca77c89b9a1769afbc65992a7cddbf0c9b21a981d172
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,292
Size: 1.00 vMB
Total Fees: 0.00371731 BTC
Feerates: 16.61 > 0.37 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,451 (49,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
866,312 866,312 000000000000000000030a7d0e3faf26dd16c111afd90ac7e787f6d756c060fb 1,912 1.00/1.00 vMB 5
866,311 866,311 00000000000000000001f5f9bf6e9fb9c0b89079047898d29e3a364d8052c562 1,607 1.00/1.00 vMB 9
866,310 866,310 000000000000000000027a66ad068cfc96a32659ada57899a19a2b50cea6042e 969 1.00/1.00 vMB 5
866,309 866,309 00000000000000000000f5d7beb2164d69cf4a06130ba61967ef1051a791166e 1,710 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.18 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 750.21 GB
    • Received: 18.84 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.