Loading Tool

Explorer IconExplorer

Memory Pool

46,002 transactions
28.48 vMB
0.06252767 BTC
Random Selection Loading Transactions
Max Size: 151.76/200 MB

Candidate Block

Mining Attempt c2b1d9b3f9fdeae9f1c1c5f56faa096e3193eea2c7ecd09dc9fb03191530db1c
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root b2edac75b6e6befb4431ee2163dfa187bd2d64a500d94656cd22bae6b8fc5134
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,497
Size: 1.00 vMB
Total Fees: 0.00863118 BTC
Feerates: 100.60 > 0.86 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (465,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
449,488 449,488 0000000000000000004b6058e65fef94229c6c4dde63bf66cb32c3b3d0e802e8 2,385 1.00/1.00 vMB 94
449,487 449,487 00000000000000000336b0f8078c0a7bf597d2ef82ed9d292b0e4728b3590a84 1,541 1.00/1.00 vMB 89
449,486 449,486 00000000000000000235fbdeb1801acc655338d22fe3484031c04b44c37d8fdf 2,311 0.93/1.00 vMB 80
449,485 449,485 00000000000000000220dcf1811c2798a140180acdb179564a7b4838e5f6b1b0 2,709 1.00/1.00 vMB 94
449,484 449,484 000000000000000002aa23787d27fbc55128d99bb2b064b6af2bd4d363c2a38a 167 0.08/1.00 vMB 73
449,483 449,483 0000000000000000030acdcb221d7a8a0dbc13ff2bb24da04308bd60f7aefe17 623 0.62/1.00 vMB 24
449,482 449,482 00000000000000000222f2a7ef8bb85bccb156dd81c8cfa2f5d695b764b60bde 1,920 1.00/1.00 vMB 60
449,481 449,481 000000000000000002cd2694e9fe8a19f75270ada050a631f6ab5acddc85c05b 2,513 1.00/1.00 vMB 81
449,480 449,480 000000000000000002931710a3b6b801d9901044cce2b4476a25ccef02901a7b 2,710 1.00/1.00 vMB 85
449,479 449,479 000000000000000000dfe317ffe2c8dfb3bf7f996b8636fe53f9bfc7fe24c3dc 2,483 1.00/1.00 vMB 89
449,478 449,478 000000000000000001702197c52b9249ea8dc454a7f8b5621164f58c887d5bec 1,056 0.65/1.00 vMB 60
449,477 449,477 000000000000000001a7d3b7133b22bf651f62a396b21799eb08650caa262af2 471 0.33/1.00 vMB 54
449,476 449,476 000000000000000001a71e635d201f1df52a01f3ba84adad1a376ff9d4957474 591 0.38/1.00 vMB 52
449,475 449,475 0000000000000000030d84ef5cf97d898fb05176907964d2207b282ccaea3f98 2,285 1.00/1.00 vMB 79
449,474 449,474 000000000000000001569169b97ef0d01607a781bf28d8aca2074c1a4b54bb5d 835 0.49/1.00 vMB 64
449,473 449,473 000000000000000002fb5ba15b68726a7d88ee90b4f41dd55e78faaa664bb2a9 968 0.40/1.00 vMB 79
449,472 449,472 0000000000000000007b72c617150f7fcec04eca49b46c4459477aa272b6821d 368 0.43/1.00 vMB 75
449,471 449,471 0000000000000000031c79ff068756267e353c1fc291e098a745e0d433fa1838 569 0.43/1.00 vMB 71
449,470 449,470 0000000000000000028a11511fc8146ba290e08ab076b9a1e623a84119df9296 1,075 0.47/1.00 vMB 72
449,469 449,469 0000000000000000017fcc891cbbf36ea0f2ae379cffd2ee2c9bedb60e37d05e 1,222 0.63/1.00 vMB 74
449,468 449,468 0000000000000000020d93587eee5f29f9d3a1dba4357ca4a65cd006613c21b8 469 0.21/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.12 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: 652.09 GB
    • Received: 13.72 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.