Loading Tool

Explorer IconExplorer

Memory Pool

49,685 transactions
30.43 vMB
0.18547939 BTC
Random Selection Loading Transactions
Max Size: 162.90/200 MB

Candidate Block

Mining Attempt 028f737126c25e9fa375583fabcd3db2c442a7de2494dcdedf93a877aefd3a0f
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root f5aeeb97e5612978ff9ae4ce67698247fa6b94e3cb6b10292ffcb2b567b1d9b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,800
Size: 1.00 vMB
Total Fees: 0.10074670 BTC
Feerates: 261.10 > 10.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (219,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
695,344 695,344 00000000000000000002ee5d91da394ac2b785628dc926059b1630d63515e0a2 2,529 0.91/1.00 vMB 12
695,343 695,343 0000000000000000000ea2422921381c7150bc67b6b175ccc4c57d45293a9fbd 495 0.16/1.00 vMB 10
695,342 695,342 0000000000000000000ab48c676a534ff2b5bb7c2ab16f38c7576fe790caf55c 1,315 0.44/1.00 vMB 12
695,341 695,341 00000000000000000002fa91422c9b797ca84539f1581f654186c1963f05c4b6 1,511 0.83/1.00 vMB 7
695,340 695,340 0000000000000000000fb8b4ef004fd3decbb1e2337eb2c35dfe10212cf1448d 1,442 1.00/1.00 vMB 11
695,339 695,339 0000000000000000000ddaa5360a5b9a0bd6a09ae3795a43422c4eb18516b3da 1,017 0.66/1.00 vMB 3
695,338 695,338 0000000000000000000b59bbfcb9fdc2feb4345007b2f6b49e70fc443356e33a 1,906 1.00/1.00 vMB 5
695,337 695,337 00000000000000000000d0d2cbe071da7c6ca330049a5d318b331eafccfcee88 2,888 1.00/1.00 vMB 6
695,336 695,336 0000000000000000000f656f7a5b1d1203fd6ca0b62b1ea38eb877beb3dbebcb 2,091 1.00/1.00 vMB 6
695,335 695,335 0000000000000000000014851a19eb6ad2a3250c61524de799f2b94f17899d2c 2,692 1.00/1.00 vMB 13
695,334 695,334 000000000000000000020df02c8189edd06dafcf86f0e8f5d01da13d9999ef99 2,711 1.00/1.00 vMB 29
695,333 695,333 0000000000000000000143e5136614946e7e451908ef0bab5ac182b887148609 1,311 1.00/1.00 vMB 3
695,332 695,332 0000000000000000000f92ec14cdf3cff6cecf20fbfdeaff2126e009a4027635 1,114 1.00/1.00 vMB 4
695,331 695,331 0000000000000000000f628a1a8fd4da9eae3887009cc39d3fa1130f8fa3b1c6 2,034 1.00/1.00 vMB 10
695,330 695,330 0000000000000000000d9583b80d6dd18d182e47f339927cdfe4571d20df0e83 3,045 1.00/1.00 vMB 5
695,329 695,329 000000000000000000037031270fb17737ace867eb155a7a3e82b8915f42b921 1,823 1.00/1.00 vMB 7
695,328 695,328 00000000000000000012c7315fb4193072214f03029803ec95e098bb0947d947 1,924 1.00/1.00 vMB 17
695,327 695,327 0000000000000000000908a8a31fa9efdd570baac347d529a3073a59c2a896d0 1,920 1.00/1.00 vMB 9
695,326 695,326 0000000000000000000bb0689a09493cf12e2c7ef85bbd3edf8c911f2262d1f5 577 1.00/1.00 vMB 5
695,325 695,325 0000000000000000000c85e20cf511f2d541d67bc224b3a2e1ca4f2e144147a3 2,430 1.00/1.00 vMB 9
695,324 695,324 0000000000000000000ca05d9f82f85fbf791b86c3450d2fc90dffdbc699f01e 2,557 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.05 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: 651.01 GB
    • Received: 13.38 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.