Loading Tool

Explorer IconExplorer

Memory Pool

82,836 transactions
31.26 vMB
0.15722919 BTC
Random Selection Loading Transactions
Max Size: 185.83/200 MB

Candidate Block

Mining Attempt e70f2e8f3dc9c137053d9a6416feab1a01c446cc6d7641c4c22ec24f272609a6
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root b3b7582a72db8cc92ad19c9a8f1462a1ecb24b9237fd58d2a79d0467a9791bc4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,104
Size: 1.00 vMB
Total Fees: 0.05970088 BTC
Feerates: 269.69 > 5.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (809,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,855 105,855 0000000000006d776b55821f0ae94d202e8976300cdc100c906a81cbf2077a27 2 0.00/1.00 vMB 0
105,854 105,854 000000000000bbc6c58ccc17894516171587150d8b4735a96d16c71a9181a60c 3 0.00/1.00 vMB 0
105,853 105,853 000000000002941938271fb331887fc0e9dda949cd7f6a565de2c52580b412ed 1 0.00/1.00 vMB 0
105,852 105,852 0000000000015d95ec007aa626c7823da434b6ebc18887a6b7dc3beee146e289 1 0.00/1.00 vMB 0
105,851 105,851 000000000002f753dce122a19b91770cf89e3c513942fcc6dbeaa5f92b58a274 1 0.00/1.00 vMB 0
105,850 105,850 000000000000b4fcb3c0f6f548a3bc8a1692b6554736d7f1283dd33acd4e19c3 3 0.00/1.00 vMB 0
105,849 105,849 000000000001bedc4f7772b021162e681f7241018f0e3a4860e3305bb0eb31b9 4 0.00/1.00 vMB 0
105,848 105,848 00000000000188967db4acb880f3e7ca7dc656d6206d52dec2bb9b99757acb83 22 0.01/1.00 vMB 0
105,847 105,847 000000000001a34cd348e88c24e600e1ab386ae03062f0842eebe60fa905ef29 1 0.00/1.00 vMB 0
105,846 105,846 00000000000243da137a3fac96af8681d85a5ab0da3079121700a0890a4aeb71 1 0.00/1.00 vMB 0
105,845 105,845 00000000000177b325bf8bb8857a251c6d5e44380ae3abe8235b1a5d9ecc2f0d 6 0.00/1.00 vMB 0
105,844 105,844 000000000001c3225da7222684b1e0b07fb024dc2e99c659088aac442f1774fd 1 0.00/1.00 vMB 0
105,843 105,843 000000000001acc17510650e3cfe007b41fb1bc23af02e822a8ed08f8f7f26ab 2 0.00/1.00 vMB 0
105,842 105,842 000000000001685697acc19bf0535b9f6dc0fa099942531e59d8c44f5106c8ba 3 0.00/1.00 vMB 0
105,841 105,841 000000000001615be6c64dd168b866f7e1e6ec571be9e4b521e1ce133608b570 2 0.00/1.00 vMB 0
105,840 105,840 00000000000065c742a8701f0ed4f2c4583a76b9b4de74ec7da2fa4e7e118c0e 2 0.00/1.00 vMB 0
105,839 105,839 00000000000271c674da0332aaf8a794d21386fbc7ffed9df3d649444da919b6 2 0.00/1.00 vMB 0
105,838 105,838 0000000000015ada4d484f9e0a62331dc57a3098b165e82081e343c16f085904 4 0.00/1.00 vMB 0
105,837 105,837 000000000000132057b3934d8a1ab61107f0fa1bdac55ceea9dfcf3e3d55c13c 2 0.00/1.00 vMB 0
105,836 105,836 0000000000016f97b371f8426f2c38b266b71e99e360c31001a0931dd7a4be8e 9 0.00/1.00 vMB 377
105,835 105,835 0000000000028bdaf29965a003744479f2db85c08582dfff0f3a0fef64ef4772 7 0.00/1.00 vMB 342
Previous 10 blocks ↓
Total Size: 782.65 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: 672.55 GB
    • Received: 16.27 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.