Loading Tool

Explorer IconExplorer

Memory Pool

80,005 transactions
29.58 vMB
0.06604347 BTC
Random Selection Loading Transactions
Max Size: 178.52/200 MB

Candidate Block

Mining Attempt 856ec5f207e0bb9a55952377a01a291f00ac08542502a0b444d4fccd5d3d4c8f
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root d1182b0ee7ea0d4c614ec588490137ecdd3d3c3e2be66dffc7a7dbb5a1b7ada7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,455
Size: 1.00 vMB
Total Fees: 0.00585253 BTC
Feerates: 73.20 > 0.59 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (100,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,036 814,036 0000000000000000000286cf768b68e905dee3c80c20b0b4cb895e3cb9e61357 1,428 1.00/1.00 vMB 5
814,035 814,035 00000000000000000002a4ddb601261409d3fb32d43306ff5c2c9ce6ca11e206 2,605 1.00/1.00 vMB 12
814,034 814,034 0000000000000000000481fa5dffc5f02171a461166d81c34cd73d8e2b7586b1 131 1.00/1.00 vMB 1
814,033 814,033 00000000000000000000e79db78e089f9e0c32e1e3cbfc3d8dd98d7680fba071 2,079 1.00/1.00 vMB 10
814,032 814,032 00000000000000000002aab1534058c60e078adfdb4db2853a7038a91471eb3a 2,989 1.00/1.00 vMB 6
814,031 814,031 00000000000000000002a76c7307859a16a15951b09d1508dde268dc460f61a7 2,752 1.00/1.00 vMB 15
814,030 814,030 00000000000000000001047b07caa0590b37e2a4fdccb1b6a5f9637e08d439e1 3,458 1.00/1.00 vMB 31
814,029 814,029 0000000000000000000002e9e62ae5533528c2cd8bf3eeb8f09f9330d0132e21 2,546 1.00/1.00 vMB 3
814,028 814,028 0000000000000000000036b30c915c4976280ad7086ed70b744fab015160ceee 1,514 1.00/1.00 vMB 4
814,027 814,027 000000000000000000036a8ed97061cdfe3cd1e27502b7253a100bb1377a2ae6 2,282 1.00/1.00 vMB 5
814,026 814,026 00000000000000000003e51c4f0dd6d3f1925c40e46e750548811c3f0403ed1a 3,060 1.00/1.00 vMB 23
814,025 814,025 00000000000000000001cd12cca0143d3e0af61af97ffcd2f054c3da49632727 2,707 1.00/1.00 vMB 14
814,024 814,024 000000000000000000011c93257a6eec9f09f404f0e6092a7d4b9ae0c202cfd1 3,055 1.00/1.00 vMB 24
814,023 814,023 0000000000000000000229057dac6c09831fc9b56237bb85931e092c7c7f6bf9 3,624 1.00/1.00 vMB 2
814,022 814,022 000000000000000000012cc2837dd25cf53083d3d8c3307cd5a5915862b3fc30 762 1.00/1.00 vMB 4
814,021 814,021 0000000000000000000078b3bd0fd6e24881ad6ac847c1aa4700e6e91e90d481 2,092 1.00/1.00 vMB 13
814,020 814,020 000000000000000000023fa402c05331db0c0d1265f2e36f29df50d0d4387313 4,215 1.00/1.00 vMB 10
814,019 814,019 0000000000000000000395793da57739d4f790410dbeed0e089038dc9e5da0b7 368 1.00/1.00 vMB 1
814,018 814,018 00000000000000000003b4fc12975107633d3c2639f91bdae557d725b0d5a237 3,142 1.00/1.00 vMB 7
814,017 814,017 0000000000000000000481d44e837531b0242e0789dfe9e86f7f9e6024ba6f37 2,826 1.00/1.00 vMB 19
814,016 814,016 000000000000000000009373b6b0f072d5b3cb0b5ad79d1430cb2a1672459813 1,702 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.36 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: 662.53 GB
    • Received: 14.86 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.