Loading Tool

Explorer IconExplorer

Memory Pool

39,682 transactions
32.68 vMB
0.07622170 BTC
Random Selection Loading Transactions
Max Size: 161.59/200 MB

Candidate Block

Mining Attempt 3d0b0a5a1c2422c9eca950d8133cb6f7d83afa80bf3c2109a54e79813ba3bdd1
Version 20000000
Previous Block 00000000000000000000501633326136b197890c220f226ea3515a7126fefcc9
Merkle Root f4678c9b10be9ac39fc507e62098351512362dfba54e36da7f4be9a24d199c49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,256
Size: 1.00 vMB
Total Fees: 0.00709317 BTC
Feerates: 19.82 > 0.71 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,560 (832,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
82,310 82,310 00000000003a61252a11fcba3bf685e810e8ce61d3a1aec22007d2c33726a03e 2 0.00/1.00 vMB 0
82,309 82,309 00000000000e4b022ff3a9be486fd4238948daee8f67312219b70a5d055e4d2a 4 0.00/1.00 vMB 0
82,308 82,308 000000000038b3c6ef18e6a74cc92e18b3641cb3a5d0d2d35e5d138a809b6e51 2 0.00/1.00 vMB 0
82,307 82,307 0000000000353cba602a01872fbc9d25157bdd5b4a85c228d6167b0a39339534 1 0.00/1.00 vMB 0
82,306 82,306 0000000000248c0008e372c45b60279d42a330f5126c520fd7c06e7bce3e4840 2 0.00/1.00 vMB 0
82,305 82,305 00000000000dabf66618f87aa518fcc3c1b3e5b36d5daadb842760ad73d7680c 3 0.00/1.00 vMB 0
82,304 82,304 00000000003571a54394f1aad023d4cbfd58e6719fcdf0ed0b6a0332a48e2a89 1 0.00/1.00 vMB 0
82,303 82,303 00000000003335ba4f50b0e314e8b62542b01a8692589ea4bb87a97e553463f5 5 0.00/1.00 vMB 0
82,302 82,302 00000000003179fce3b9145089028cef929dfdb86157128539facd2f2079c479 3 0.00/1.00 vMB 0
82,301 82,301 00000000001db1cca0aaa796691993f37370bccb4cb0ccf6f865310a5748c4ef 1 0.00/1.00 vMB 0
82,300 82,300 00000000002b4860a17ba2b96a849dd0b1b8e4b789b0d1214966e3c223e53abe 3 0.00/1.00 vMB 0
82,299 82,299 00000000002ef151a6462cbd22e5acc6df1e3df6f31e3c2af305b8712166eda7 1 0.00/1.00 vMB 0
82,298 82,298 00000000003ebb20c0af1de8410b96e74e7ad24b6df7ff784695b3e7406f3eba 1 0.00/1.00 vMB 0
82,297 82,297 0000000000449dea0baf1a10bdadc4bdb665c7fce00c026f1c6d50cb4320c96f 1 0.00/1.00 vMB 0
82,296 82,296 00000000003196ee9555e71a2f58e43e6d7db1d279e39a251a23fc92eb454d5e 5 0.00/1.00 vMB 0
82,295 82,295 0000000000305496a8039bc38f6c26c030e3a0663dffb6f459837075daa6541a 2 0.00/1.00 vMB 0
82,294 82,294 0000000000177ee0ee401f7428d3dd3c899541f1586578824528c9b724defab2 2 0.00/1.00 vMB 0
82,293 82,293 00000000000a901bb285c19d9344ba7665360db66ce1ada6188a2e61af21beaa 2 0.00/1.00 vMB 0
82,292 82,292 000000000040051945b1d15102f796899d280b539c4eab4da7cddf0f908c6bf4 1 0.00/1.00 vMB 0
82,291 82,291 00000000001223b2c6a8b0f1fb1b18263a106733021754ad68e7a33f728c1725 7 0.00/1.00 vMB 0
82,290 82,290 00000000003a1dd566b6a3584db32575815762fdf988ff14622925026533ad22 6 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.60 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: 623.97 GB
    • Received: 11.52 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.