Loading Tool

Explorer IconExplorer

Memory Pool

75,632 transactions
28.46 vMB
0.08161945 BTC
Random Selection Loading Transactions
Max Size: 171.11/200 MB

Candidate Block

Mining Attempt 7760e46c5e84bbc22530f8cd60f507cf8cea54055b10c21d107a7185588f9b49
Version 20000000
Previous Block 000000000000000000011ccb04a71db94d4a97a5529cf2542b397830e1144127
Merkle Root 192cb2948747eb3bc897fcdcc45955b79ccc593a772a75d6a7455dc821c9fc19
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,364
Size: 1.00 vMB
Total Fees: 0.01767456 BTC
Feerates: 65.95 > 1.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,268 (290,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
625,221 625,221 000000000000000000118cfc2d6fabf167e7ba65b5a445ad669e49dcd7e67ca7 1,522 0.76/1.00 vMB 15
625,220 625,220 000000000000000000065c84d10abb6a72c8c88672d9d480d1c6e6169ce76170 971 0.74/1.00 vMB 14
625,219 625,219 00000000000000000005b033a802f8f828176bcabaed7e7659a1355754d76f68 1,740 0.88/1.00 vMB 15
625,218 625,218 000000000000000000103eb9feb6c65d936e7eda19743e97ed5155fb894be7dc 1,806 0.75/1.00 vMB 14
625,217 625,217 00000000000000000007f1d07d5827ae763a124f41c26439861fb80f287cae22 459 0.16/1.00 vMB 29
625,216 625,216 0000000000000000000edb844ec1d96309b4d0a42fdaf7d235fcca9a71233a8c 316 0.13/1.00 vMB 15
625,215 625,215 000000000000000000064abb0c67fee6a2f3ce570db4bcb30bc3a6c3a0c94a68 1,008 0.48/1.00 vMB 16
625,214 625,214 0000000000000000000dfcfb1ccfcbb5df08707f6c53cbddbf7960cbd38f298f 203 0.06/1.00 vMB 19
625,213 625,213 00000000000000000001040b1f06ade6dfd5026c7f4d2e5eb2ca2e0fa3f206f0 2,090 0.76/1.00 vMB 20
625,212 625,212 0000000000000000000699e4f236ffe0ff28d2f1bbce1590fac2ec19fb1e0033 1,702 0.59/1.00 vMB 17
625,211 625,211 00000000000000000001237abb5b7b6051a53ad0e95b9331914d7a4a8a0d9664 1,686 0.63/1.00 vMB 12
625,210 625,210 00000000000000000005b86a364451b79215650fd2ea4095f2ee356b8a015c54 1,809 0.82/1.00 vMB 14
625,209 625,209 000000000000000000037b4f402cfe68332be25d04f48a2f9c0cc73dc59d5467 382 0.10/1.00 vMB 27
625,208 625,208 0000000000000000000e6591f4e0870a0d08e0e2ede058502e3a3d515023dcb2 2,019 0.63/1.00 vMB 17
625,207 625,207 0000000000000000000fd107b3cbce8cb3ef31d8aa1a880430524dd0dde66552 1,508 0.46/1.00 vMB 16
625,206 625,206 000000000000000000066877cc667cc3d8c59e3452f322ec04bbe458392c99f9 1,135 0.35/1.00 vMB 16
625,205 625,205 000000000000000000065e8a072c407fff50431dbabd600c8b891c7476a13b90 97 0.03/1.00 vMB 32
625,204 625,204 0000000000000000000a82dfad7d8159b81ec040002cb7e4137344cfc172af60 932 0.33/1.00 vMB 20
625,203 625,203 00000000000000000006e0d34664f5a015926441601f05725fafbc7b582b316d 2,388 0.79/1.00 vMB 19
625,202 625,202 000000000000000000042c2927a03adf4038e58aab0964c31af83ebb42def729 2,517 0.85/1.00 vMB 11
625,201 625,201 0000000000000000000afb3c5d0a49c7837795edbcd389f9417c379fcded6ac1 2,876 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.86 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: 712.82 GB
    • Received: 17.23 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.