Loading Tool

Explorer IconExplorer

Memory Pool

84,298 transactions
22.44 vMB
0.06763250 BTC
Random Selection Loading Transactions
Max Size: 150.94/200 MB

Candidate Block

Mining Attempt cfbfbb3a3f3026bc1f26d0c8037b8e9ae497d752474fb3b2fa29da64426eefdd
Version 20000000
Previous Block 00000000000000000000fcaab1f363857294927a8827487057b0fb99d48273f7
Merkle Root df854b77d43c13a808cf5499ec56898b59a59a664e8483497b743c6084afe2f9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,238
Size: 1.00 vMB
Total Fees: 0.01597559 BTC
Feerates: 199.00 > 1.60 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,153 (846,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
69,615 69,615 0000000000d2f3e7abb4abfb3d27b155e404fa63e472ccbeb6915b021700e8b5 6 0.00/1.00 vMB 0
69,614 69,614 0000000000bde0bc46ac4a9adc7785f600ccaae517f0efaff58a41d60939e10d 1 0.00/1.00 vMB 0
69,613 69,613 00000000009d2ceea4e210837d475831474452a40166a45d2752e86806338075 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 784.38 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.54 GB
    • Received: 24.54 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.