Loading Tool

Explorer IconExplorer

Memory Pool

37,346 transactions
26.44 vMB
0.05951438 BTC
Random Selection Loading Transactions
Max Size: 135.37/200 MB

Candidate Block

Mining Attempt d8ae1c67543695437e1781eb2d8f2e2c40d19f3fcce56854a86244701b8d1c11
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root a3ae1b0545b8642c7a3ba096987f3e728462857d88128f4f3235f367898f83ee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,825
Size: 1.00 vMB
Total Fees: 0.01028643 BTC
Feerates: 100.53 > 1.03 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (801,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,901 112,901 000000000000205eb144cac7a02c9ebafc3b5caec6ca995d975a18a948994f25 14 0.00/1.00 vMB 1,227
112,900 112,900 0000000000007742c0f9d2a36fde1adab08d922d8b42bfaef29044b89d5ce652 34 0.01/1.00 vMB 707
112,899 112,899 0000000000002fbff4bc567111b95e3e18076c09359451fabfbc6db6d8e175b8 1 0.00/1.00 vMB 0
112,898 112,898 00000000000062e1608469ce033212b82b6c103180b5de931ce7b6473b10af76 10 0.00/1.00 vMB 348
112,897 112,897 00000000000032474cd70b761a0f605fdd78bad5ba6b8eee12767c40cb68c7c6 2 0.00/1.00 vMB 3,875
112,896 112,896 000000000000cb6aeb7e251ed31a814d9631b5fe3d6994e00229f7ebbfae5344 12 0.00/1.00 vMB 0
112,895 112,895 00000000000037bb3ff4cf649a1757d4028ecc10f893529b4a2214792c981f96 28 0.01/1.00 vMB 336
112,894 112,894 0000000000000486d7c19a1b5371a01b0a088be052992929bd948207b46ffabd 10 0.00/1.00 vMB 745
112,893 112,893 0000000000001873fac534c24d97748e4a23dab609e3eb77674df671e36b9051 9 0.00/1.00 vMB 0
112,892 112,892 000000000000cae29ee033f6d6f812368b0347d11b9dcd96dbc7f7fe3550c853 12 0.00/1.00 vMB 0
112,891 112,891 0000000000004c9075272c582dad2d7616aae45624bc9cbe6916e9814b1f3678 21 0.01/1.00 vMB 0
112,890 112,890 000000000000d0fc22a0a62bf5bb2f232d3a28e50a5981fc8eefe9618886e9fa 10 0.00/1.00 vMB 0
112,889 112,889 000000000000374109c7e28e64c079a723cb9ea95188c2c962408d22653ec207 31 0.01/1.00 vMB 789
112,888 112,888 000000000000ea91f7eab96ee5926c4f88f5e123f3db6cdf8a8aba5fcdac83e6 10 0.00/1.00 vMB 1,124
112,887 112,887 000000000000141cd081ff8a519e2b5818ee6bd43811a00ccf0666a63797cef4 12 0.00/1.00 vMB 876
112,886 112,886 0000000000010d7e5d3e9cfe31c125a3e208fbc7caffb8b834ae6c1da545d5e7 9 0.00/1.00 vMB 0
112,885 112,885 000000000000132c371dc9c55526e1f07230d70a6ad1fa64d7f6b02d087bf22d 2 0.00/1.00 vMB 3,861
112,884 112,884 000000000000b8fe2f041df2e3378e70ad4733066c29a7193365ebbae7dbfab9 12 0.00/1.00 vMB 609
112,883 112,883 00000000000043a7cef084bd37ac2b49b6711df0ef7f9396889694d0c9e56524 12 0.00/1.00 vMB 312
112,882 112,882 0000000000010918b667be4ab704726449a951e709cf04eb6276afb531800f9b 18 0.01/1.00 vMB 1,007
112,881 112,881 0000000000003ab497454ff0d6e1c3fcc810190fb4672c8710e78a5f37ad604d 20 0.01/1.00 vMB 2,019
Previous 10 blocks ↓
Total Size: 781.79 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: 633.63 GB
    • Received: 12.20 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.