Loading Tool

Explorer IconExplorer

Memory Pool

45,108 transactions
28.61 vMB
0.09522961 BTC
Random Selection Loading Transactions
Max Size: 150.08/200 MB

Candidate Block

Mining Attempt b6415b4936c6d4d35940d5349d984c05cc0358abbf08a67595f5f321afa4644a
Version 20000000
Previous Block 00000000000000000000686bed0627151f22dbb88dc97c9a06af7e0389956d6c
Merkle Root ea4c7d95eb30d80aaa01bbc4adab97ea568889d0a3a75458cb7309a23c506aaf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,583
Size: 1.00 vMB
Total Fees: 0.03936121 BTC
Feerates: 101.65 > 3.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,260 (873,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
41,233 41,233 00000000307f122f51911f3e4e9114c1e1e56dca7b4c8c9823bba44875901efd 1 0.00/1.00 vMB 0
41,232 41,232 000000005f60baf2e746de0ae8336074aedd7ef30dea82a255f5faf47ab9eece 1 0.00/1.00 vMB 0
41,231 41,231 000000001f1a4596f569ba81191ec88330cac08d8b893e7dce9ca77879926714 1 0.00/1.00 vMB 0
41,230 41,230 0000000001e63b83bb956e8fea4ef9300f46a70e3b59232b853b12de4dbc7781 1 0.00/1.00 vMB 0
41,229 41,229 00000000308b7ca2a3fdf128ea9ef380c4da5be2a6fcf30b9d8a5a8c04d39aa3 1 0.00/1.00 vMB 0
41,228 41,228 00000000372da2db920aa53a59c789f4c998a45062d5795a455a40592685527d 1 0.00/1.00 vMB 0
41,227 41,227 000000002d9efc20056b6f72dcdf0e9b2fc2096da79138c5efb4f419b1da4baf 1 0.00/1.00 vMB 0
41,226 41,226 0000000060ff8c33c5f9935d3833b3259c400cebabec1a96b75edd7e19ea9a7a 1 0.00/1.00 vMB 0
41,225 41,225 0000000032a134e118487100091db02a3469bd4d1b0b84341f5e32651b181bbe 1 0.00/1.00 vMB 0
41,224 41,224 000000003289812499092457b6164bc80e7fcb6fe2ba792ed5855e6162e846e7 1 0.00/1.00 vMB 0
41,223 41,223 0000000000e588c3e5f19a26df6b74de72790aad95dd120e4241f37c71156bfe 1 0.00/1.00 vMB 0
41,222 41,222 00000000490c58ec3bedce12b8dcd9343e54f34b380d63c0b2477ae924c73126 1 0.00/1.00 vMB 0
41,221 41,221 000000005d2855c7ae812fe421502459ead20d969df39901c18b36720f7a8abd 1 0.00/1.00 vMB 0
41,220 41,220 000000000685ac2a237117ebdc02a6716eb2bfa2938eb5f0c0b3250960de4922 1 0.00/1.00 vMB 0
41,219 41,219 000000005ff8bafbe9ca0208789fb4f1902f1424b897133c5bfe6446275e0022 1 0.00/1.00 vMB 0
41,218 41,218 000000000dfc15a1d90f87411905cc7280a749ee5310f279dd449a3d14d8d4ea 1 0.00/1.00 vMB 0
41,217 41,217 0000000060e1b567a202f7b26f8fbb028e12b1099657fc5b20f04759760bd5c2 1 0.00/1.00 vMB 0
41,216 41,216 000000002131af7d0af3caa0b465094e25d07527962a39cea4850d2e6cc0bdee 1 0.00/1.00 vMB 0
41,215 41,215 00000000522d611acaacd59edcfa492a794b420f41101582b384a28fb48d2ad0 1 0.00/1.00 vMB 0
41,214 41,214 000000004cd55a102558e93c276b5e7bccaefd89de7c364bdc11eb4d010a973f 1 0.00/1.00 vMB 0
41,213 41,213 0000000028b7e035fc563ecf09956a0d5e7df703557233b1b13fe737cfc6f54b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.05 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: 577.65 GB
    • Received: 8.63 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.