Loading Tool

Explorer IconExplorer

Memory Pool

86,100 transactions
32.98 vMB
0.07831181 BTC
Random Selection Loading Transactions
Max Size: 196.30/200 MB

Candidate Block

Mining Attempt 3f6a777299f9a1466302eec8fa7c51990c58d434511dbeaddca69a2eff21602b
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root 3e7ec01518d83991f58157c3b84582a1d67721888d923b32d9e4f75f75a22a14
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,377
Size: 1.00 vMB
Total Fees: 0.01285399 BTC
Feerates: 203.60 > 1.29 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (407,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
506,969 506,969 0000000000000000002551c0eeb3a4f3a53f5e4fcf130cb268ce380314473acb 909 1.00/1.00 vMB 54
506,968 506,968 0000000000000000003195760b89126c139b3df629709e159d829adcfd1d25e7 2,277 1.00/1.00 vMB 48
506,967 506,967 00000000000000000058315f8bcefb5313eb7f1b06bf68c04f22767acfb15ab1 2,153 1.00/1.00 vMB 165
506,966 506,966 0000000000000000003e0dd0207f758f6b4e3a14b3328e7b8f4f6c13d91cc783 1,973 1.00/1.00 vMB 111
506,965 506,965 000000000000000000096ea56e0ab733a83978c30c86f093b0b22cdeedb5e1fd 1,719 1.00/1.00 vMB 71
506,964 506,964 0000000000000000001f32e6b8385d92c395ce126fbf35692a7e1c4f4d1e69c4 504 1.00/1.00 vMB 89
506,963 506,963 0000000000000000001574788c0dcf7b1acf1ab20fdfa7b4b5f21bd3fbb8af2f 1,351 1.00/1.00 vMB 146
506,962 506,962 0000000000000000001e5c91dd73209e9af849b2fe061048df010da4046f9c15 1,111 1.00/1.00 vMB 127
506,961 506,961 000000000000000000129e2475e9554e9eb35934d58a8b0ee6499811960ada0d 2,031 1.00/1.00 vMB 156
506,960 506,960 00000000000000000007933f87766afd3f1febf7ecac76476d2276c35cb050cd 2,076 1.00/1.00 vMB 159
506,959 506,959 00000000000000000053a45759b6ea58f8f86e6900344624dcc81ea415a01a80 2,763 1.00/1.00 vMB 229
506,958 506,958 0000000000000000003b0151e6c10ceac7c46bcf8c2ed51b08f8516232f68c23 1,741 1.00/1.00 vMB 83
506,957 506,957 00000000000000000027397e48665ac31ac57526a2ecee5d53164f55a825cc32 2,247 1.00/1.00 vMB 60
506,956 506,956 0000000000000000000420a67cbb4e8db50c5d37d36729dbde80f91810ac1d28 1,819 1.00/1.00 vMB 43
506,955 506,955 000000000000000000183d3deec5e34f2cb0e42a21460db8526f7de6bebe2d8c 2,258 1.00/1.00 vMB 200
506,954 506,954 0000000000000000000e9598ea3d64d83bc0bc164968eb5a66dc9dc23a18b2d8 2,016 1.00/1.00 vMB 177
506,953 506,953 0000000000000000000344254c5d61a2da8a2317a644b7caff40fa2788c4ee72 949 1.00/1.00 vMB 92
506,952 506,952 00000000000000000012170bd3ddd7395940935b46c97ddc53e023809536bc32 2,140 1.00/1.00 vMB 138
506,951 506,951 0000000000000000005caeffd3f4416065f0193534bd71cfb72306cfd968c8ef 2,150 1.00/1.00 vMB 200
506,950 506,950 000000000000000000427e0ec2d50266978775d82eea213952da7325486d6de1 2,366 1.00/1.00 vMB 219
506,949 506,949 0000000000000000002d640b1c11c4450d7ba7fce3b4443114c82c054ae29109 581 1.00/1.00 vMB 130
Previous 10 blocks ↓
Total Size: 782.29 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: 657.24 GB
    • Received: 14.50 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.