Loading Tool

Explorer IconExplorer

Memory Pool

76,619 transactions
28.56 vMB
0.06942573 BTC
Random Selection Loading Transactions
Max Size: 173.03/200 MB

Candidate Block

Mining Attempt bf5a1a2b82dfd9d10dd439101c76f1bee1abed7723116a5abdc37287f4550d6f
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root a7627cd1f275ec151c6ad0308fe208f6bc8414376a5c856125d458ba5cfb7b64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,629
Size: 1.00 vMB
Total Fees: 0.01009329 BTC
Feerates: 71.79 > 1.01 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (474,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,601 440,601 00000000000000000381d1388cf07a85f5f7cb68ce12f94b1308e8177b269a9f 2,198 1.00/1.00 vMB 108
440,600 440,600 000000000000000001f221f1beab46d6be46e9a016048aaee61231dc2cc5a9a8 1,421 0.75/1.00 vMB 89
440,599 440,599 000000000000000001303c257f579aa982e773c1210daa94cf139f53a34c3388 1,868 1.00/1.00 vMB 70
440,598 440,598 0000000000000000029afc85a316aaaacd0e33e40dbdcf99a81eda9d12775684 1,857 1.00/1.00 vMB 74
440,597 440,597 000000000000000002dae1465b2ab481398ba51c435b55b35b3ca439a995de37 1,295 1.00/1.00 vMB 32
440,596 440,596 0000000000000000010b90893cd8e15387477927dac78df522f78fabd558d1a6 2,294 1.00/1.00 vMB 83
440,595 440,595 000000000000000003dab3048df19f6649fc09ec6006a3dfd9e410e0c50713a0 1,123 0.54/1.00 vMB 100
440,594 440,594 000000000000000003446f0707f4a5c210a34cce8342b4e3fa77bdac99156718 1,958 1.00/1.00 vMB 57
440,593 440,593 000000000000000002c7b7c890b8252dc37c4ef2d0e9e95e953e07fef41aedd3 2,092 1.00/1.00 vMB 62
440,592 440,592 000000000000000002d9cba3814a9ad1414ffa76bca5d323057576ad7ca9ac0e 2,340 1.00/1.00 vMB 97
440,591 440,591 000000000000000003b1660458758b50bac5097960a36c765b8540771bc71e8d 2,325 1.00/1.00 vMB 80
440,590 440,590 0000000000000000029879bf9781e974ad33c403a100032e49193d0e8c1c3259 1,859 1.00/1.00 vMB 108
440,589 440,589 00000000000000000167c8614b87262b8e803e8b312e3051908ff45f702c01d5 2,178 1.00/1.00 vMB 102
440,588 440,588 000000000000000000b3e9702dbf39f5921dc448e55c08550489997da1788c84 1 0.00/1.00 vMB 0
440,587 440,587 000000000000000003e4f048e3db9d7b5abaa2498e28071529ab0a63a4aba0e6 2,754 1.00/1.00 vMB 140
440,586 440,586 0000000000000000035d52f60e4b10dfc487e3b6c4a37e6b2f4fabcf445a1079 1,072 1.00/1.00 vMB 33
440,585 440,585 000000000000000001c5ea2302e6c7499e5c91bac1f39766466497298d9d2926 1,998 1.00/1.00 vMB 55
440,584 440,584 000000000000000002f0af3ede266d3e3f0fe100497eb26de6e5edebd5500dca 2,685 1.00/1.00 vMB 96
440,583 440,583 000000000000000000bff7d0aa1aa8fa606d70f1d9db28bf02084c5fac585e7b 2,446 1.00/1.00 vMB 108
440,582 440,582 0000000000000000014d018340477ffa81ad15ca9182c58e7bae7bafdd39300f 1,016 0.43/1.00 vMB 95
440,581 440,581 000000000000000003a00c45f57acaca8cde2df8a02e335fdc6de50fc96f7fc4 1,180 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.