Loading Tool

Explorer IconExplorer

Memory Pool

18,800 transactions
8.78 vMB
0.11221560 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.81/200 MB

Candidate Block

Mining Attempt bf473cb14e0247c1b15146ca65d5b99c4f4d5464656cfb31eebeb3445a809307
Version 20000000
Previous Block 00000000000000000001a3bad11a156a9b1405118d655a367303f4e9599e5dec
Merkle Root c1003054a4642fe4bf02d756001f85b73468c8cff13d5b8576e375a0f2db1571
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,625
Size: 1.00 vMB
Total Fees: 0.09362134 BTC
Median Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,429 (572,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
340,889 340,889 000000000000000005bc52a750b2fd66c1d461f0eaa78bef858cda5595692d76 471 0.40 vMB 15
340,888 340,888 0000000000000000180b57d2858e89c8af717c34c24f13ba73aedacb72962d51 2,033 0.75 vMB 35
340,887 340,887 00000000000000000f94a4ca3fef8ff9b8b6c68c8cb003b1edb0967e0b175189 1,538 0.75 vMB 27
340,886 340,886 000000000000000002f493c9fec0e2c60357991f4a41aba7eb6128fc0e440b5d 215 0.12 vMB 18
340,885 340,885 000000000000000007cf9caa94a4040b09a7afe57157aeaefbb611434ed16fe0 444 0.28 vMB 19
340,884 340,884 000000000000000012d445c889ac92145d3e2f3b29abbc725d411d3cab8a1d52 1,676 0.75 vMB 29
340,883 340,883 00000000000000000cb805809c0c6bef41c829114ba182e42d3560fb7e7ff500 534 0.27 vMB 28
340,882 340,882 0000000000000000070ff66bca8791d2401e8673256522c2214b4f5d2975c509 183 0.10 vMB 22
340,881 340,881 00000000000000000e81b0b1117850a64d2119ebf6c9b9cecff64cc66586b8b9 175 0.08 vMB 19
340,880 340,880 00000000000000001733f1efb6c9d2ced17fc0187e76eca78856a763119ae690 64 0.06 vMB 10
340,879 340,879 000000000000000010e2150cbbb91670bf71486ab30eb5d7edfb303368fe9b0f 575 0.30 vMB 24
340,878 340,878 00000000000000000c582a29ecf4287c63895dcd67c9a71a644e068af6a46b55 545 0.41 vMB 17
340,877 340,877 000000000000000000a4d9e318a91785cee060d380eedbec5206f99e90d8d911 712 0.25 vMB 32
340,876 340,876 00000000000000000a405b7e95275b45fa6c5d186dbb463bf053f682bac778bd 1,323 0.75 vMB 24
340,875 340,875 000000000000000009946c063a617ac017876eac40f44a38381fd1a4cd053fcb 175 0.06 vMB 33
340,874 340,874 000000000000000005a50dde9c4522c05b6b9051dd04b450b9c6721483c213b9 355 0.27 vMB 18
340,873 340,873 00000000000000000a157279fa9445c6ae3319214488ad22268271bc46d8b7a9 213 0.14 vMB 16
340,872 340,872 0000000000000000119d7218b02c6b15db947f74cd9cc799adcaa9381a6a200e 551 0.25 vMB 24
340,871 340,871 0000000000000000082458dc68b82ffe71496f2360a5ce1723f149aea4205a89 910 0.41 vMB 27
340,870 340,870 00000000000000000c068f423ef023136573f103995e39af0aa0b5c7b9d9ee84 1,292 0.55 vMB 28
340,869 340,869 00000000000000001253635c5a4f7783cdd182a91da63111ef1d886adc38659b 1,126 0.55 vMB 26
Previous 10 blocks ↓
Total Size: 779.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 10
  • Data Transfer:
    • Sent: 301.69 GB
    • Received: 1.33 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.