Loading Tool

Explorer IconExplorer

Memory Pool

41,883 transactions
28.91 vMB
0.07184788 BTC
Random Selection Loading Transactions
Max Size: 148.31/200 MB

Candidate Block

Mining Attempt d3736a80642f9142270ccc197369a1939f1d333e36113375779352e6dc6c1407
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root d3a3d8a418dea36f3a0f550756f256346ce0d245f93da3b1a51f8617e62b1205
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,185
Size: 1.00 vMB
Total Fees: 0.01563726 BTC
Feerates: 100.19 > 1.57 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (342,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,418 572,418 00000000000000000024e7c37d7e39aa74f4231670d614e51227afd8853d4917 1,282 1.00/1.00 vMB 49
572,417 572,417 00000000000000000016185246a79d527e9f7c2752fe3c8b642ba4aa42bd50d6 2,429 1.00/1.00 vMB 56
572,416 572,416 0000000000000000002525a493eb067c8dfdb1ed3746928dc712c324add0f2a6 3,811 1.00/1.00 vMB 97
572,415 572,415 0000000000000000000059db83ad00fe4643caeec1d77a01accced0a7616b7e4 2,692 1.00/1.00 vMB 74
572,414 572,414 00000000000000000009879f077329d39601340113933ed5ab111305ca03bc90 2,657 1.00/1.00 vMB 26
572,413 572,413 000000000000000000239584cd0103c6bd2b04595b0fe8cba92c80e43891e80b 1,514 1.00/1.00 vMB 51
572,412 572,412 000000000000000000081525ad87889aec3caef7867e7f0b7f2fc2c0a1668289 3,379 1.00/1.00 vMB 81
572,411 572,411 00000000000000000020282804152c3adb0cdc7090d883b475db25470eb7f306 3,295 1.00/1.00 vMB 34
572,410 572,410 00000000000000000014118f90558947f678a4fbbad5f0abeb9f4c778544d3c1 3,131 1.00/1.00 vMB 35
572,409 572,409 00000000000000000029f5ce7d12d4388cd3b953dd5927f285a099b60082983b 2,880 1.00/1.00 vMB 30
572,408 572,408 0000000000000000000ea7e8f92869e1cf37d7ed6f1bc508a7d0b2a8192a099e 3,507 1.00/1.00 vMB 13
572,407 572,407 000000000000000000068dff8775abfc7fb67aad562e80d067c36eaef95c396b 2,728 1.00/1.00 vMB 59
572,406 572,406 00000000000000000025fba02299c51fe92c1ae4377b9a59118ad4f604b89a15 3,071 1.00/1.00 vMB 31
572,405 572,405 0000000000000000000f2b557a6100995d24ef378c4897bac3fe4a7b55866f01 2,088 1.00/1.00 vMB 72
572,404 572,404 0000000000000000001d589324f867d7c6a4f66e3f8c59f5c253460e63f7f7b0 2,844 1.00/1.00 vMB 26
572,403 572,403 0000000000000000002b40bd34872f195e9e29993e5d79efd3345fd41a566e77 3,394 1.00/1.00 vMB 14
572,402 572,402 0000000000000000002bb739f5d43b6915de973783f04683a919d17b87aa9410 2,436 1.00/1.00 vMB 30
572,401 572,401 0000000000000000000889a6992a1ed02ad56e27960db3fa0ea040489e66a231 3,126 1.00/1.00 vMB 29
572,400 572,400 00000000000000000004828d4f67be746d01c3616d3b271e14e6d78e798a94e3 3,039 1.00/1.00 vMB 43
572,399 572,399 00000000000000000023d7bde84a6e96e47473e9cd48cd10be3b4b5e02854069 3,331 1.00/1.00 vMB 16
572,398 572,398 000000000000000000207285fb6d32e99a2a82125e7852d37b73e1d55456aef4 2,687 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.88 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.