Loading Tool

Explorer IconExplorer

Memory Pool

22,248 transactions
4.80 vMB
0.04254172 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 36.12/200 MB

Candidate Block

Mining Attempt ff01cda4f8dda9e790fb722ffecedac33f4189cc869e58dcf7bc5c2982d18091
Version 20000000
Previous Block 000000000000000000011285dd24448adbbb2956322adb2bcb59e3bccd14ca84
Merkle Root a9580e3ac66c07baa144795dd62fdf63491fb7e088a51626fc66da4e5d5e3e11
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 882
Size: 0.32 vMB
Total Fees: 0.03070243 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,983 (741,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
171,546 171,546 0000000000000830ff8a5b39e8393483325fa90d028ee34050c7bcbe5a6f2c4c 0.02 MB 40 151
171,545 171,545 0000000000000289db3edb90adbe9155ca21f6e6e007663ffe7669fadcbf2225 0.00 MB 19 55
171,544 171,544 0000000000000176bc5bad6fe2992a9905dfd3262653153184ffffd236a1669c 0.03 MB 41 353
171,543 171,543 00000000000009541d38359f065ecec8593354103b130ddd374f459a79a73a18 0.02 MB 82 14
171,542 171,542 00000000000008707681020046944a09aad6138c7622e3ec68c9b5b6b19c4bb5 0.05 MB 160 66
171,541 171,541 00000000000004d6c96e875641e6254440792ff5b20383bf1dfc65434e8c53e9 0.03 MB 95 43
171,540 171,540 000000000000039e36e352bb5d450dc38f66b643f78c30746944db8c417615b1 0.07 MB 121 168
171,539 171,539 00000000000004f5e745e6735f2630d5f574bf1154c18d86ce5a2d63a75e9338 0.00 MB 1 0
171,538 171,538 00000000000000aafad5661a10759cfa4eea758ef29ad10a5da1a3c0221a5148 0.00 MB 1 0
171,537 171,537 000000000000096cb039ac417d0ace34ee07f271ea82e52ab73ac0b29e610c04 0.00 MB 1 0
171,536 171,536 00000000000009550ac4e4b466ca13c881af0c26c89487a82d6c0ea6649bb941 0.00 MB 8 85
171,535 171,535 000000000000078aaee669a7cdca2946c52f262b79b5aabc05f9a229fd729cb7 0.03 MB 24 16
171,534 171,534 00000000000008ad941c9755bc0d75b13af61328a50f9a4c2592872009c41527 0.01 MB 28 407
171,533 171,533 000000000000047e8a9879b2377eb627141e23c17e0811c3d82f13a49c253e33 0.03 MB 132 4
171,532 171,532 000000000000022e4e67bf40dd27d74fd7f1d2844b8b24b5a07f6333fbf4a6c1 0.08 MB 95 59
171,531 171,531 000000000000064ad042d1932628d5d95053ca861673d78d78cad8faada30cdf 0.02 MB 34 685
171,530 171,530 00000000000007702a64eefadc0d0574e7ff0856c018cb1ffbbced2f37e46c7b 0.02 MB 56 135
171,529 171,529 0000000000000141b3df430f4dfc966c58dd7c20c67636ad4b2a2cdc548e7d52 0.00 MB 1 0
171,528 171,528 0000000000000028c35130be0922b4e7bb629e390df99c79bbbb41a332968e79 0.00 MB 9 24
171,527 171,527 000000000000095f91c13af8094ea3b6290e6a7a831d0356dafe19d6ce9e1cf4 0.02 MB 40 55
171,526 171,526 0000000000000a6f805c592dcf2b3a74c02695bc39c4be5563c2c04599cfff6b 0.00 MB 4 68
Previous 10 blocks ↓
Total Size: 778.81 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: 361.81 GB
    • Received: 3.26 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.