Loading Tool

Explorer IconExplorer

Memory Pool

73,766 transactions
28.59 vMB
0.07537623 BTC
Random Selection Loading Transactions
Max Size: 169.14/200 MB

Candidate Block

Mining Attempt 0834e05b24135d63d5bb35f5c5eeed2cfbf0b500d0efdd79ad4e1ab9a155d284
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 9f5e1e5b0188960d4ccfbbece05f3596dc9938bd979c687db5d4a72f018c5dfd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,002
Size: 1.00 vMB
Total Fees: 0.01798436 BTC
Feerates: 61.00 > 1.80 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (621,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
293,855 293,855 00000000000000006b28733eaf1cab398f5217f5f12f0dda9f2666a5b9a18cb3 104 0.04/1.00 vMB 53
293,854 293,854 0000000000000000a18d7867944eb6dbbe7da816341b062d28dd05d7c4905970 358 0.14/1.00 vMB 40
293,853 293,853 00000000000000006475468f3d8c4e2fbd24c7e885833bfa2a4d4b09c25fb8fe 320 0.13/1.00 vMB 44
293,852 293,852 0000000000000000688034c14b2a1b628008cb788ac0fda6de3e11fd78df8847 20 0.01/1.00 vMB 42
293,851 293,851 000000000000000059fad492877b82cb7e5a316c3b5ea5d317f51cebfc3ed3c6 51 0.02/1.00 vMB 48
293,850 293,850 00000000000000004beeac96a87c77da355f6ef91fecde976a467f5827a619e7 445 0.20/1.00 vMB 28
293,849 293,849 00000000000000005dc7376560de935831ecab982c6a6d821b6b3baa75b95d85 588 0.28/1.00 vMB 36
293,848 293,848 0000000000000000a452d7cfbc3a7e62ec9f31bf2dcc50ed80c23e8422d9f656 191 0.08/1.00 vMB 40
293,847 293,847 000000000000000020cfe89a3ade08abed2ad62f51a647fb79c766906b0eb4b2 238 0.14/1.00 vMB 29
293,846 293,846 0000000000000000d0dbf8f6e455a7a8cec327b4584b64d42d29e672861223be 64 0.03/1.00 vMB 10
293,845 293,845 0000000000000000c07aa70cebfd0b03396670e4177b2eac522d0802fa731867 728 0.41/1.00 vMB 31
293,844 293,844 0000000000000000c3469ded905abca4b234e038bb8b1ea64c20fb1d88068360 862 0.54/1.00 vMB 37
293,843 293,843 000000000000000075a1b372c332d1b1061e037378634e6d02f0648bc2e4ca8b 41 0.03/1.00 vMB 9
293,842 293,842 00000000000000006e079c5748e84fa2a614204ec8a92b2ae26bfc9b4be444d7 59 0.04/1.00 vMB 27
293,841 293,841 0000000000000000a4e13bf62501b724775571cc2b83a7300af14092113eb45b 86 0.04/1.00 vMB 24
293,840 293,840 00000000000000003e08ab5eb52ee2b467aa7bf7964d205f91aedb3f07dbadc8 487 0.25/1.00 vMB 34
293,839 293,839 00000000000000006568afe76d2ea01ba243d9b8481ee76bb5b97d43408802e7 293 0.22/1.00 vMB 31
293,838 293,838 00000000000000000f68949b4b5c85c7bca6987344d25218e48dc6924dcdb0d2 273 0.16/1.00 vMB 32
293,837 293,837 00000000000000000c8a4d5f2842f3e4f8113262d9f8f2e973289ac43ce795ea 318 0.35/1.00 vMB 21
293,836 293,836 0000000000000000ab1da6275a14068e334ded914e928a1dfe6cf06f6273caf9 774 0.50/1.00 vMB 30
293,835 293,835 00000000000000001bcacd53f59a710c574ff3d793b65c9d5e7fb5f46bf932bb 830 0.35/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.48 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: 668.19 GB
    • Received: 15.42 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.