Loading Tool

Explorer IconExplorer

Memory Pool

82,555 transactions
34.54 vMB
0.15519906 BTC
Random Selection Loading Transactions
Max Size: 196.90/200 MB

Candidate Block

Mining Attempt d85c6110bdda810e27c8e11ff3dd86dc896d6b18dbd77baa0609817014dcbad5
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 91a423144114bb4f8a6a19d0e5206492397b79bd8218106bb3c3d088b0539bf4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,566
Size: 1.00 vMB
Total Fees: 0.03837443 BTC
Feerates: 150.78 > 3.85 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (409,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
505,556 505,556 0000000000000000004accc6fc77f5f0c8f4aba56ee419667e923599e9befa96 838 1.00/1.00 vMB 61
505,555 505,555 0000000000000000004a5d84dc751774a01e25d2c6aa8f01a6ff0df00d13e56f 2,007 1.00/1.00 vMB 136
505,554 505,554 0000000000000000005197e99af3991bb9a0632afd83e07e452cd7400434ed40 2,215 1.00/1.00 vMB 190
505,553 505,553 0000000000000000007352f1f847b86800b07171ff9b638e6a784178641639c0 2,474 1.00/1.00 vMB 345
505,552 505,552 000000000000000000727cc8ffe94e2fae53055e7e71be7ed16ef7d9195a2c5f 2,151 1.00/1.00 vMB 343
505,551 505,551 00000000000000000055bc8507893734bdf9fbad21839aa7d8fd3dba5823eb15 1,942 1.00/1.00 vMB 181
505,550 505,550 0000000000000000005a9d2a62402b3db391d4f414a061461162b02adb2f18eb 1,960 1.00/1.00 vMB 281
505,549 505,549 00000000000000000072b19c6dfe04260d16f2d95a94467a03d677850ba69b8c 2,374 1.00/1.00 vMB 257
505,548 505,548 000000000000000000476a532906104ad53597673c92669ef9fbcf57bd007a72 2,393 1.00/1.00 vMB 415
505,547 505,547 0000000000000000002cf76e75cdd07eae2d7600424f3970bc7302b3c79a579c 2,417 1.00/1.00 vMB 327
505,546 505,546 0000000000000000002247163ab80e7b73aaf3193a8be0603ee1e681d8870c08 2,449 1.00/1.00 vMB 302
505,545 505,545 000000000000000000726c806d5c97970ee4450d2809086bc5c3c3db9cd54b33 1,245 1.00/1.00 vMB 82
505,544 505,544 0000000000000000007aa562f19a700399851c580da13ff4d0a68fbc41821f05 1,457 1.00/1.00 vMB 256
505,543 505,543 0000000000000000002567e182acbe2ff0de0946f80a1ce476963352a0db596b 1,616 1.00/1.00 vMB 95
505,542 505,542 0000000000000000005e670d931e399fc798356404fb9afe778cb9bbef7859cd 1,582 1.00/1.00 vMB 227
505,541 505,541 00000000000000000016542c4bb343e35e0376f1a5acf483483de314ce6b1739 1,436 1.00/1.00 vMB 184
505,540 505,540 0000000000000000000f5bc3d0f73cf99d5ace4b41c136f699fbb5f41608eaa5 2,050 1.00/1.00 vMB 352
505,539 505,539 000000000000000000303277b4f993071ed77cf5694663ef63a4e909fced3945 2,837 1.00/1.00 vMB 345
505,538 505,538 0000000000000000001f53c1ea464c7142d3520f10a6344e9241eb6d50eeab0e 2,560 1.00/1.00 vMB 457
505,537 505,537 00000000000000000041e6aa6be798791b9b3b2ee90af53342d3c64136ac8a31 2,363 1.00/1.00 vMB 384
505,536 505,536 000000000000000000351a89e2f80d06d20f2ddee0f80e23b3add1f4a5d47024 2,168 1.00/1.00 vMB 262
Previous 10 blocks ↓
Total Size: 783.10 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: 728.28 GB
    • Received: 18.47 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.