Loading Tool

Explorer IconExplorer

Memory Pool

84,854 transactions
23.03 vMB
0.07759708 BTC
Random Selection Loading Transactions
Max Size: 153.87/200 MB

Candidate Block

Mining Attempt 402067d206a5f057c54d170470c39a583c9102891bfe7bd9bc99056151c6a93d
Version 20000000
Previous Block 00000000000000000001ad95c24dc68c4f74adf4b23991316558d4fac06e488b
Merkle Root 1eb68009f51673c8361c982f487ccad14aaf7c80c396221cbdff6317bd44956a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,055
Size: 1.00 vMB
Total Fees: 0.02371186 BTC
Feerates: 547.95 > 2.38 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,160 (846,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
69,612 69,612 0000000000425852304f6cda6d4385071b03453c24868b59790d7cc5045d8b27 1 0.00/1.00 vMB 0
69,611 69,611 000000000168002179487d684e3b6d31122285d4484e4e518825db38e661b647 1 0.00/1.00 vMB 0
69,610 69,610 0000000000e05b375f4c1e61c3f638f35158f8a3390a18bc0a9ca15fff44fbe7 3 0.00/1.00 vMB 0
69,609 69,609 0000000000ed2d35fce54b8253df6d7259a4b8306d03a2b1b323e8136404ad2e 1 0.00/1.00 vMB 0
69,608 69,608 0000000000311e1ec952f3e7b9f1045a3212d6d62cb0d2b0db5ec56d37a5e144 1 0.00/1.00 vMB 0
69,607 69,607 0000000000f78ab75c98891df821f30a9bd70fab4f0f2430a07152e7e8054b5c 1 0.00/1.00 vMB 0
69,606 69,606 0000000000455630570eb2b4f33446880d395bba7a5a49ee8342a5739c86132d 2 0.00/1.00 vMB 0
69,605 69,605 00000000004a428f43cc5b89650a083a2c384f838bee86924ccb7c5175d7cecf 3 0.00/1.00 vMB 0
69,604 69,604 000000000162ee21f66655279af6421b831636179978418f4168f6074129d0be 5 0.00/1.00 vMB 0
69,603 69,603 0000000000188ca4e4921d8ba80aaf165f68358cd8a2babb67418b28f4bb269b 2 0.00/1.00 vMB 0
69,602 69,602 0000000000dad95bbfa80486bd8d98fd06c88dafc997ee69453cbbf101cb099f 3 0.00/1.00 vMB 0
69,601 69,601 0000000000d3f6bc95bbdbdba7d00dcd846a78356d44769394affa62bddc44e0 1 0.00/1.00 vMB 0
69,600 69,600 00000000006b5840ad7c63ba7436fc477ebd2e8122da8ddf7eace7c5e7e35c40 1 0.00/1.00 vMB 0
69,599 69,599 00000000006ffbafdba7555dd88e7296a9ffc7d967e8910c6463b80536ce9550 1 0.00/1.00 vMB 0
69,598 69,598 000000000106204e24c56caa8cfd0daa29ee2b4b3df52ce4b4d458d4c6f8a374 1 0.00/1.00 vMB 0
69,597 69,597 000000000142ab50521b8e2eecc94735b77a0c0dff9b48fc8018f023d0e50ee4 1 0.00/1.00 vMB 0
69,596 69,596 0000000000599ac587f0787242499d26b9b99fec47872f997f566fd5b644ed5e 1 0.00/1.00 vMB 0
69,595 69,595 000000000107816c269f4c310d76ebd2e4cd0c100a41bd32033992509dcd334e 1 0.00/1.00 vMB 0
69,594 69,594 00000000007f758e03fd8956f9b5c2fbd3bab3125aab09bfeec96b2773e157d7 1 0.00/1.00 vMB 0
69,593 69,593 00000000000aca66edb3a6bbb6c2c408cdef66b863992e452f7127e1467ca584 2 0.00/1.00 vMB 0
69,592 69,592 00000000011bd4da56ecb4e97c7ff50fb7ec87484fde7f7dd87c6103854113d9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.39 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: 818.87 GB
    • Received: 24.59 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.