Loading Tool

Explorer IconExplorer

Memory Pool

75,675 transactions
28.06 vMB
0.08652988 BTC
Random Selection Loading Transactions
Max Size: 170.42/200 MB

Candidate Block

Mining Attempt b0d3396d0d6b36e3f483cd04d36cf73d07dcf5213d2ce04ed30372cbe7330281
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 6e68fcbceef305ba1e1ed021aeb0168c954546fbd601bbeaa4b668c5dcb8863c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,885
Size: 1.00 vMB
Total Fees: 0.02616705 BTC
Feerates: 402.60 > 2.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (290,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
625,225 625,225 0000000000000000000bb3d5220fc6643aad2c8458e4cc2b52f3e5fcaf07c2c3 296 0.11/1.00 vMB 39
625,224 625,224 00000000000000000006732d749b59e81828695b6123511d4c7968f3aa51f416 405 0.11/1.00 vMB 24
625,223 625,223 0000000000000000000073b04d96842ecee813b8a958560979a1b446e7bf2214 760 0.26/1.00 vMB 28
625,222 625,222 00000000000000000011beb93754ec19942ca1c8f715f458ed7505ffe704bd41 294 0.12/1.00 vMB 16
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
Previous 10 blocks ↓
Total Size: 782.93 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: 714.69 GB
    • Received: 17.58 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.