Loading Tool

Explorer IconExplorer

Memory Pool

84,505 transactions
35.24 vMB
0.17647523 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt e89c7baf66329470cbab0c2dfaf2bbfcd74b51bf1b9056f72b01a12b70c8982c
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root 8983cb635a98f6ab86538d1f8367c5d457cf44b000c1a03a7e45e6850a9c6577
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,366
Size: 1.00 vMB
Total Fees: 0.04279529 BTC
Feerates: 435.08 > 4.29 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (910,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,411 5,411 0000000084a35f342311098378bfa518f6d08533b855aea88a18fbbb8bf61033 1 0.00/1.00 vMB 0
5,410 5,410 000000004e8bcc37893d2785c1929dd69cb7a03b2daded0ad0576385e1ce9705 1 0.00/1.00 vMB 0
5,409 5,409 0000000064b2fede9902af1a7c5de4bd5fcbc15e766bef1792e3c3a63eff0624 1 0.00/1.00 vMB 0
5,408 5,408 000000009b7c5fa97e36106f2c0de5fdb16520f7ba249b67e48aa863a9fe3ac0 1 0.00/1.00 vMB 0
5,407 5,407 0000000031b4908babc1ec2ab421b0c29b9008f060e84739031836f8ddf30255 1 0.00/1.00 vMB 0
5,406 5,406 00000000dc94a1535f74f830a00f6fc3ded90465a64f2bc128a600e5009cc882 1 0.00/1.00 vMB 0
5,405 5,405 000000007d6eecd3105802bc01a92d204439bbb8aeb3a0e840661842bfabf70f 1 0.00/1.00 vMB 0
5,404 5,404 000000009ca947874aa9c7a719abd09e73925d749560a6284a38e786b5c38adc 1 0.00/1.00 vMB 0
5,403 5,403 000000009d4aaabf90f50d5e1e92fdeb39d12f93296f126069f8ea4f933bb8c1 1 0.00/1.00 vMB 0
5,402 5,402 0000000008be8b0c151aff5a75be4e99f28e72de027972afd65ee9d0de09ccd6 1 0.00/1.00 vMB 0
5,401 5,401 00000000fd4411e3f13508716399cf84b669649cc9e358588af36400f71e9cc9 1 0.00/1.00 vMB 0
5,400 5,400 000000003819e45f96d069bb41dfa72e94c0ee0c9c97a1b127b62e8613b71374 1 0.00/1.00 vMB 0
5,399 5,399 00000000df64862b7d3eaad2e4edc0f206b655fd409b69714361d11cb61740fc 1 0.00/1.00 vMB 0
5,398 5,398 0000000005265ff2fbcf60436eb307234bf5ba5b3658198bebc2470703ee7e01 1 0.00/1.00 vMB 0
5,397 5,397 0000000082c123deb4ddb3b5cf8bb3692567ba65b3a165a93376424b90247a99 1 0.00/1.00 vMB 0
5,396 5,396 000000006dac449ebd360fa161069dfd38693762019e978170707db68a2d6e2c 1 0.00/1.00 vMB 0
5,395 5,395 00000000f4e134a52dbead82682207886fe7e02f48370952e4cbed7b7386ac46 1 0.00/1.00 vMB 0
5,394 5,394 00000000776099d8664f85b33208f9af14d271e2552ce812a4b83e0164c9366c 1 0.00/1.00 vMB 0
5,393 5,393 0000000060375e12a4181dadca9dbd5058a632885dfbb74478e8f549c0ecefd3 1 0.00/1.00 vMB 0
5,392 5,392 000000009071cc47c91bb79252981fe5aae10d67d1f2c3cefe3e6d7669e54e8d 1 0.00/1.00 vMB 0
5,391 5,391 0000000029f43c478ae858c7c74dde93566c7d96eef8d7ce5f06a9d9b0683448 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.10 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: 730.46 GB
    • Received: 18.51 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.