Loading Tool

Explorer IconExplorer

Memory Pool

79,176 transactions
29.69 vMB
0.07505472 BTC
Random Selection Loading Transactions
Max Size: 178.02/200 MB

Candidate Block

Mining Attempt c3f3efe2f0491ed65d710c4c1e8328e5e31f3aa54209e42e15f334fab44c3493
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root ac04acd2d30ed77eccfb49dcd5c6d9102630ee315ee9c6089a473672b04d4cfa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,830
Size: 1.00 vMB
Total Fees: 0.01467799 BTC
Feerates: 150.77 > 1.47 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (122,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,852 792,852 000000000000000000018462dfeabc620c672f5822ca44d8f0fc13a2ac8216e5 3,089 1.00/1.00 vMB 24
792,851 792,851 00000000000000000004942e35b8b91f3e7fd63cf7909ad2012bd23fb58b4237 2,801 1.00/1.00 vMB 35
792,850 792,850 00000000000000000003a90982ccb5dc54a94f91d13d2e668b2ffa8c24c2f2b6 2,213 1.00/1.00 vMB 25
792,849 792,849 00000000000000000001da89e548e50a3869b1970c95936759754902929a8fed 3,111 1.00/1.00 vMB 22
792,848 792,848 00000000000000000004cca470ae504b71a4480eec018b712be90d8faddb72e0 2,771 1.00/1.00 vMB 22
792,847 792,847 0000000000000000000282a59bf7317b5b192b3bcad705f3dba5f64185950e66 2,239 1.00/1.00 vMB 19
792,846 792,846 0000000000000000000153d3d1ab9f1ae6de71e2ec5a297b2fdc4e973e174e34 2,126 1.00/1.00 vMB 31
792,845 792,845 0000000000000000000514e571ac01c4d840af44cdcd34a11cb264afe684ec5d 2,110 1.00/1.00 vMB 14
792,844 792,844 000000000000000000017d660148b38363b5bdd70f9b8f1dd18b292683beccce 2,602 1.00/1.00 vMB 15
792,843 792,843 000000000000000000029fd7600a643aa8b2556108fea7f59b141a41d23a703f 2,336 1.00/1.00 vMB 21
792,842 792,842 0000000000000000000259150ac72df606ca5640f58c15de44f38fa1b2908a9a 2,752 1.00/1.00 vMB 32
792,841 792,841 000000000000000000007a10fc0a3e189edcdecaaefac8eff995abc5cdba8b94 2,207 1.00/1.00 vMB 29
792,840 792,840 00000000000000000001e47844c95378e3a76d8162059e8d042e2c024c2805b6 2,198 1.00/1.00 vMB 28
792,839 792,839 000000000000000000024dd0bc61efd4cccfacfdeb6c1b288e421203afa65716 2,459 1.00/1.00 vMB 28
792,838 792,838 000000000000000000028d33e49974f72f46b22494ced8edb0fafdc9fb05b641 2,585 1.00/1.00 vMB 39
792,837 792,837 0000000000000000000005da55a126b2a44b195697f6f4f9d9dcc9f2dd0dfe9d 2,341 1.00/1.00 vMB 19
792,836 792,836 000000000000000000036ff134cea90a8258fe08ec053127315e37eaed83df2a 3,222 1.00/1.00 vMB 24
792,835 792,835 00000000000000000003eeb4a823fa391860d9b362e888e6ca66df7680c64384 2,069 1.00/1.00 vMB 17
792,834 792,834 0000000000000000000417a8079f8b2342055288c2b17a802fcf60af89d8f2d0 3,175 1.00/1.00 vMB 33
792,833 792,833 0000000000000000000294b20c929ee68b0d31047e6940ae2e64f3083c4d583d 1,094 1.00/1.00 vMB 16
792,832 792,832 00000000000000000003b2e86e5e2e1c1680aaf24006d50d8df59532b6b47389 954 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.38 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: 664.45 GB
    • Received: 14.98 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.