Loading Tool

Explorer IconExplorer

Memory Pool

51,084 transactions
28.60 vMB
0.07490973 BTC
Random Selection Loading Transactions
Max Size: 153.72/200 MB

Candidate Block

Mining Attempt 0a75f4f9b03ddd304bf8be2fc3317d7d0887119b54542b080c48f0ee3f54411c
Version 20000000
Previous Block 0000000000000000000197e3bd931f4f31822b12c15d7fb295a4a4a0aeabebf9
Merkle Root b7ab374eb6d29fd03d7464c319421f6be85f16d76a25e08b221ec831ae96c1ce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,353
Size: 1.00 vMB
Total Fees: 0.01982292 BTC
Feerates: 500.00 > 1.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,794 (737,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,927 176,927 0000000000000261a542882b1e19a0dbf54bc652aee0ee303a2f98588b4990b7 96 0.04/1.00 vMB 109
176,926 176,926 000000000000089c657c6ff45a4e5d530a17726a47b851f247ad84032d0982e9 133 0.06/1.00 vMB 185
176,925 176,925 00000000000000430e73376f927b267b1ac87c0862052d95691bcf05371988b7 41 0.07/1.00 vMB 111
176,924 176,924 0000000000000661b54aa4026101cdd7b594ba8effb98b968c40ef1418ce74c9 18 0.01/1.00 vMB 322
176,923 176,923 00000000000006047089e6b4e200e4ab6003b51e390ad3fe49d9c79b4a1ba9b9 4 0.00/1.00 vMB 76
176,922 176,922 00000000000008d0119cb28dadbabcc3824b1dc40309d0c0809412dc502e02d3 24 0.01/1.00 vMB 215
176,921 176,921 000000000000091cf790bc1dbb73f9fcbe9897d782608b6ce3dc70fe4b5c6939 152 0.05/1.00 vMB 183
176,920 176,920 00000000000008d7da290ea8737e664653757d0b0cdcd39962f5b5f395907a66 10 0.00/1.00 vMB 33
176,919 176,919 0000000000000397d08c8d2e812eb838c9d3ba7cf37de2fbb7e49f319898b6b5 11 0.00/1.00 vMB 0
176,918 176,918 0000000000000a8e3d0bcc251f41fba0e88e4a1efa69b99d26fa3af09458963b 22 0.01/1.00 vMB 582
176,917 176,917 00000000000007d41514bf7bde1fd964204f29769180d1edf3438957ae04953a 1 0.00/1.00 vMB 0
176,916 176,916 0000000000000a015843d00a6daa5278d2e445aefcf820884c4ca4ed1716a3ec 57 0.03/1.00 vMB 118
176,915 176,915 0000000000000716b727891697fcdc2ae61dc8025d3699f4df4a8e8b6381727c 35 0.02/1.00 vMB 195
176,914 176,914 00000000000002d5a87164e06171b86b1d9a0da0b68278e186da94b5dcf403e6 34 0.01/1.00 vMB 60
176,913 176,913 00000000000008350242493f2a130ccc40a4f1bf62d2bd45354a7630a4c94cb6 17 0.01/1.00 vMB 32
176,912 176,912 000000000000027512b60eeff96f626cf6bb3e1733118ff2d12133556349cc0b 55 0.02/1.00 vMB 91
176,911 176,911 000000000000080695d64c6b97ddab3e2e3ccdb7e870fe6981bdc43b5c39dd96 10 0.01/1.00 vMB 18
176,910 176,910 0000000000000249474ffbbb2978748354d3e23d1e2a7d928bb6ca9a21326aba 35 0.01/1.00 vMB 805
176,909 176,909 0000000000000192f0909213b6dadd45982990487f4a2b8d502da3299fc1b907 19 0.02/1.00 vMB 61
176,908 176,908 00000000000009c2aac2a59b36dc538d0e6e9fe893ad2a84ad04da83e1ee13d9 144 0.05/1.00 vMB 7
176,907 176,907 00000000000000484af93469db9e6963d6d4bc0eb3fb391ac73e74751e1e2ffa 136 0.06/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 782.02 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: 649.94 GB
    • Received: 13.23 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.