Loading Tool

Explorer IconExplorer

Memory Pool

79,759 transactions
31.29 vMB
0.07436118 BTC
Random Selection Loading Transactions
Max Size: 188.64/200 MB

Candidate Block

Mining Attempt 3b60c04daa057548608415d153be4dd3f04c00d99c6020e18210a8147c8535b6
Version 20000000
Previous Block 00000000000000000002020d6da75dddab5026e98b36b40b3adec106d44827a1
Merkle Root 6aa7f30282f2eb6a2590d28035dc0a17efa78605199361cbbebaadc05c5a33fd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 850
Size: 1.00 vMB
Total Fees: 0.00658803 BTC
Feerates: 40.21 > 0.66 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,177 (507,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
407,828 407,828 0000000000000000024842f06c91345c7ff88b3c09156cd624013837cf1ea034 2,453 1.00/1.00 vMB 49
407,827 407,827 000000000000000000e9f056c2fe5f1557e7bdc63a35cdc8d03646b0d4d5b43d 1,864 1.00/1.00 vMB 36
407,826 407,826 0000000000000000029fe25fc13694d4f749304c0d4336ec71b3a1b8dfc425da 2,503 1.00/1.00 vMB 35
407,825 407,825 000000000000000005e9a84c01fc2877a868c461628deffea9aacd1afaf943d0 1,168 1.00/1.00 vMB 126
407,824 407,824 0000000000000000059744e29c56bf486e029ac631ac8fd8b8c8d2db6f794012 1 0.00/1.00 vMB 0
407,823 407,823 000000000000000005bb37a2a7e15088b4a1eff7d6ba35bca05772b6b75c3902 1,379 1.00/1.00 vMB 33
407,822 407,822 0000000000000000026b2ee6324bece11dbedd848bed10ebe4450e874f069bf8 15 0.00/1.00 vMB 93
407,821 407,821 000000000000000003d4c48a4e39a74e77e5bf8d7081e9230f4786d40c58062a 2,349 1.00/1.00 vMB 47
407,820 407,820 0000000000000000005456b7ebf9bc375abfa4422dd2bf809d63a52860b0dda8 2,044 1.00/1.00 vMB 37
407,819 407,819 000000000000000000933e9b993d39bacb726f71d933fbfedda9d4c28b0de2e9 1,738 0.99/1.00 vMB 30
407,818 407,818 000000000000000002018d6ecd44667918b5b21b66d68b6373b3ceb98a63b462 2,115 1.00/1.00 vMB 43
407,817 407,817 0000000000000000019d0973443e82e37abec147fc58056467bd9cd33acc4ef3 3,106 1.00/1.00 vMB 66
407,816 407,816 000000000000000004583dd8cac9c978361a6bf8ffefbc2e254b5526965b1b16 2,941 1.00/1.00 vMB 66
407,815 407,815 0000000000000000049bf7b10ed417574ddae39c14a6fc37bb9771d0ab8ff78f 2,141 1.00/1.00 vMB 41
407,814 407,814 000000000000000002818e1bdb2a98079ec3558d2a172939a7b32d82f06b5a38 2,811 0.99/1.00 vMB 58
407,813 407,813 000000000000000002dea7bedc870a82dc2081a21f554932003b9044a4157984 2,206 1.00/1.00 vMB 39
407,812 407,812 0000000000000000027792a75982c9e875ba11f4e46188ed78a11d20fb1c769f 1,099 0.55/1.00 vMB 39
407,811 407,811 00000000000000000552f27336c7ebafb423d18c26c17c14fd7e91a8e2a07eca 1,724 1.00/1.00 vMB 34
407,810 407,810 0000000000000000030740b0cc2aa6db6737724d858a54a1f93a2692fb86e1f9 1,467 0.74/1.00 vMB 35
407,809 407,809 0000000000000000033628c7ed35562e784727dc0d19653abe6b3b79d5d4c82d 1,111 0.65/1.00 vMB 31
407,808 407,808 00000000000000000495f8d22081779f4b22352d3c791244e7149604e5f47cb7 600 0.42/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 697.39 GB
    • Received: 16.58 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.