Loading Tool

Explorer IconExplorer

Memory Pool

42,614 transactions
29.02 vMB
0.06340872 BTC
Random Selection Loading Transactions
Max Size: 149.38/200 MB

Candidate Block

Mining Attempt 124092ebc290ba03e3eebd97c6c6399fc912813e4b78abe62bd5abcbff1bae7d
Version 20000000
Previous Block 00000000000000000000709f7edee63a34e64b3e6a3ce7a66f4810ef675bdaed
Merkle Root ef7b983b33f789dc071953379e69b70c28010f14ed5281b3f64c87f31459655e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,571
Size: 1.00 vMB
Total Fees: 0.00681408 BTC
Feerates: 20.84 > 0.68 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,618 (325,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,708 588,708 00000000000000000012927b524b29f9d3d34d82df440a381a4cd8379dc9bcbd 2,165 1.00/1.00 vMB 5
588,707 588,707 000000000000000000010fb8aef4d5d2f4eee7f081204a949a5cdb1b55062b45 2,696 1.00/1.00 vMB 16
588,706 588,706 0000000000000000001a54e6e4383f22de6f4a14b8c684952cc2ad4ccb97f5e5 2,648 1.00/1.00 vMB 41
588,705 588,705 00000000000000000007f99883546d4af2170357bc5ea741bd5116989b43587c 2,480 1.00/1.00 vMB 23
588,704 588,704 0000000000000000000c47ab84b50f745a09f69559158635108c82c924f57bd4 2,239 1.00/1.00 vMB 20
588,703 588,703 000000000000000000127bae624ec2e90bc209f74ca7993db388accb703593da 2,702 1.00/1.00 vMB 65
588,702 588,702 0000000000000000001bf840d5818cc887f081f476cc48f0163481ad84d162b7 1,826 0.64/1.00 vMB 22
588,701 588,701 000000000000000000199e84df43f9ccfb8b0f3f7dc06ee6646c54afae54c8da 1,537 0.50/1.00 vMB 10
588,700 588,700 000000000000000000109bf37d99dc2d8fd70c5c59a568a850e18495ea1a29ea 2,813 1.00/1.00 vMB 24
588,699 588,699 00000000000000000009e6272fda3457c1f426110e2ba174b2b77b755d8d511c 2,507 1.00/1.00 vMB 21
588,698 588,698 000000000000000000027be1de12d66784acc9a85757fad3f1fe84614f9257f8 1,512 0.70/1.00 vMB 9
588,697 588,697 00000000000000000008b95025c2a16505b659bd5698ef1d0892656dbd6fe60b 1,958 0.99/1.00 vMB 18
588,696 588,696 00000000000000000003c612490381d3fffbcb27b57f2ceb4beb57915c492776 1,900 1.00/1.00 vMB 7
588,695 588,695 00000000000000000000879eaec4a9f7ecdfcb004e73d572b5fa170092b2dd04 2,514 1.00/1.00 vMB 31
588,694 588,694 000000000000000000106d7c6dd6c56b3ecb153dbeb0c78e45f8d4c75a17b544 2,159 1.00/1.00 vMB 4
588,693 588,693 0000000000000000000b0b0c1c2756d701b07f6d2c3d56284cb13cbaae458b83 2,019 1.00/1.00 vMB 7
588,692 588,692 00000000000000000012f019c9087f3a4b37304b971dd534bc3f49e3919b7797 2,355 1.00/1.00 vMB 12
588,691 588,691 000000000000000000053ddceec057beffda96485f900941d6a1071195967d31 2,688 1.00/1.00 vMB 39
588,690 588,690 0000000000000000001765e63df0daccecca23b12c5e738e897cfce61cf8f5c5 2,911 1.00/1.00 vMB 41
588,689 588,689 0000000000000000000884fe8be02c7fa0a4bea3824e3cb7bb0d052946db06c4 2,618 1.00/1.00 vMB 26
588,688 588,688 00000000000000000009b8a8813852bba291328a87e1e59252e9f90f78b5b5f4 2,711 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.72 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.61 GB
    • Received: 11.93 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.