Loading Tool

Explorer IconExplorer

Memory Pool

39,860 transactions
27.00 vMB
0.07425657 BTC
Random Selection Loading Transactions
Max Size: 139.75/200 MB

Candidate Block

Mining Attempt f1240c89920573917a24380782f17575aad9f7e4bd31925697e150b7e1e4ef03
Version 20000000
Previous Block 00000000000000000001bb61480f3acfb38c91942ee0224968a6552800d0bad8
Merkle Root 3840a659775436c7f9196b5f14d095a0998e2424bbba4e5b6e245c0c54d72a16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,072
Size: 1.00 vMB
Total Fees: 0.02072655 BTC
Feerates: 201.37 > 2.08 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,681 (345,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,451 569,451 000000000000000000160c1c3ac103cf8c66ee06eed9a57d2dc2472594cdba71 2,908 1.00/1.00 vMB 44
569,450 569,450 00000000000000000014508799fef7b32a7825f3299706c9441da76c9404957b 2,065 1.00/1.00 vMB 50
569,449 569,449 0000000000000000001452ebf9ac2002c0be867201afbfdc2a8d42babcc7982d 2,991 1.00/1.00 vMB 46
569,448 569,448 00000000000000000016c27bf85ee19a96394529f21abd06e62466a23b7952a2 2,621 1.00/1.00 vMB 56
569,447 569,447 0000000000000000002a09cbfd7f3903bf31700035ee292410d92a5755cbd29e 2,685 1.00/1.00 vMB 62
569,446 569,446 0000000000000000001926e433a50cfe3167dba4243f6402e7718fd00a2c787d 2,649 1.00/1.00 vMB 95
569,445 569,445 0000000000000000002ab733e0050d5fa9a52020994a0970f644b85b19d4addf 2,713 1.00/1.00 vMB 73
569,444 569,444 000000000000000000172ad8d3e6e08957f589a1b4b8473aea59e6baad1699b1 2,802 1.00/1.00 vMB 29
569,443 569,443 00000000000000000009fc3e7ba445ea02a9f350f38a68107231b5425c19ea8f 2,682 1.00/1.00 vMB 58
569,442 569,442 00000000000000000007fa5140504e94dee57215ee884c5ef98f79a76ab7a27f 2,322 1.00/1.00 vMB 21
569,441 569,441 00000000000000000007c90f2b5263bc77cbcc1837a2263040e6801af63b93c2 2,430 1.00/1.00 vMB 11
569,440 569,440 00000000000000000028499702cd19566b94fd4258a2814c551c4cfd73f464ce 2,496 1.00/1.00 vMB 24
569,439 569,439 00000000000000000019ee3e3d11c48084441c632219d084ad07ed897dc240d1 3,104 1.00/1.00 vMB 47
569,438 569,438 0000000000000000002b708bd72b2f9d5457edf3cb943f6aecde2ebd54358b62 2,726 1.00/1.00 vMB 58
569,437 569,437 000000000000000000095e896970a0d8af37367dc4b02b62ca6e8cdcd8a8312c 2,676 1.00/1.00 vMB 8
569,436 569,436 0000000000000000001877c685f2cccab0bbc17547d728077a812c9483d41fb4 2,452 1.00/1.00 vMB 4
569,435 569,435 0000000000000000000a169ee75efb5358aa49c5fa35fa777c4e2f7d900b6c39 2,728 1.00/1.00 vMB 19
569,434 569,434 00000000000000000003b2bc6d9492dbe3edfaa240065ff6687e96f3e4365e62 3,059 1.00/1.00 vMB 20
569,433 569,433 000000000000000000142a9da409700facbb885f032da8e9d6d2fe5154d710b9 3,011 1.00/1.00 vMB 49
569,432 569,432 00000000000000000004a804ad12b1c1f5981161659b6d3d30fbc9e1f1ca5ea2 2,356 1.00/1.00 vMB 38
569,431 569,431 0000000000000000001bc38962600bc793a8cf394fae8118a284ea14151ec4c3 2,550 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.83 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 636.65 GB
    • Received: 12.38 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.