Loading Tool

Explorer IconExplorer

Memory Pool

79,260 transactions
29.44 vMB
0.08893045 BTC
Random Selection Loading Transactions
Max Size: 178.15/200 MB

Candidate Block

Mining Attempt 5c3b544e93af994a0f350e2a1537403a26b1e7d2c627c9352502c958c920c234
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 0f42db11cdcdb3e91ca94ec3513d68fc1abfd3a2fc0a95abd8719593215f504d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,898
Size: 1.00 vMB
Total Fees: 0.02714844 BTC
Feerates: 301.60 > 2.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (562,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
352,819 352,819 00000000000000000060c1d213dba556c37f2d5edf57114c483d1ebbcc4ac268 1,058 0.59/1.00 vMB 26
352,818 352,818 000000000000000011f88b47a672ef64dfe05392d759f594c00a5d69e47a4aea 98 0.10/1.00 vMB 12
352,817 352,817 000000000000000010cd1d87fe6c7ccf2c709a9db9186122a1133e5af0abef5c 204 0.14/1.00 vMB 16
352,816 352,816 00000000000000000c76e2b8f587f2504302beae0cd4ef63cbb06e043893eeb0 255 0.18/1.00 vMB 30
352,815 352,815 000000000000000002ea568801c327d258a27bf9033e8b38fd2d8c89e042904c 88 0.09/1.00 vMB 10
352,814 352,814 000000000000000005a9deecd576424a07605299824b921c6ca6255c8152e1f3 379 0.23/1.00 vMB 18
352,813 352,813 0000000000000000036f88938806a382f86c0d4dd63c40a45ed90c19a147052e 1,360 0.75/1.00 vMB 22
352,812 352,812 000000000000000009a64d449a1b1a3711c9ec18622f0655817b09469a0441a9 1,527 0.75/1.00 vMB 32
352,811 352,811 00000000000000000fe504576847a2328433955193c8c1f74f538dc794d1d51d 1,259 0.64/1.00 vMB 30
352,810 352,810 00000000000000000d0ab4d0fadba370473fcc08c8b2f3d097fe698796a4bb79 568 0.31/1.00 vMB 25
352,809 352,809 00000000000000000feb5c0989af69ff6ce30a128ce8b7d5058fdc111b28da6e 734 0.74/1.00 vMB 13
352,808 352,808 000000000000000002cf04382fdf96e58eafddee6e0f7997b3de6870c9a22bd3 1,062 0.75/1.00 vMB 22
352,807 352,807 00000000000000000a044f44e0aadaab72e396c1411ca02a518c0cccb1ece97c 1,735 0.75/1.00 vMB 11
352,806 352,806 000000000000000015e307fa77d6789ba459fba2cba1f6108c002be99d7f22b3 771 0.75/1.00 vMB 18
352,805 352,805 0000000000000000148e6a25a50a8f8135aecf9d04f9cad4646e3672c1ebca3e 819 0.80/1.00 vMB 16
352,804 352,804 0000000000000000033e9f90f87788e7dce4dceddae4aa7760fcde31db489c66 796 1.00/1.00 vMB 17
352,803 352,803 00000000000000000785f5c7a29b201788b3a2275e9a8b23c54c2c638888d7b1 205 0.75/1.00 vMB 12
352,802 352,802 00000000000000000a8d882829440a146ad3fe45a5e33c39a99b993ad5e4dbc0 596 0.75/1.00 vMB 16
352,801 352,801 00000000000000000237e36563270937d012404a82d1c9a9c374bf33401d1486 1,402 0.75/1.00 vMB 30
352,800 352,800 00000000000000000b28d69f3103a15e246dc0c72e4eec99b40f351856eccfd2 273 0.75/1.00 vMB 13
352,799 352,799 000000000000000000c4ccbdd98c267bd16bda12b63b648c47af3ac51c1cc574 169 0.15/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.