Loading Tool

Explorer IconExplorer

Memory Pool

72,923 transactions
28.16 vMB
0.07352340 BTC
Random Selection Loading Transactions
Max Size: 166.79/200 MB

Candidate Block

Mining Attempt 84e2cdd86a65910d3a65909a6ebe113fa366f839704c6b6f34ad77168d6353fe
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 20636980a833a362a5ff46bb48b787de0840c577ffeb6ed3e5040248800553e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,214
Size: 1.00 vMB
Total Fees: 0.01713869 BTC
Feerates: 152.31 > 1.72 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (270,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,802 644,802 0000000000000000000e54262f7caccf4981ce0e8eed58ff1a60d58db8dc2027 1,608 1.00/1.00 vMB 66
644,801 644,801 000000000000000000076e50b3e09d402feec8e774f0df30cb1e9e0d0634534e 2,447 1.00/1.00 vMB 92
644,800 644,800 0000000000000000000d850ed21374863e11acdd160edaf73d37a01a9f780b74 2,436 1.00/1.00 vMB 147
644,799 644,799 0000000000000000000c9692099bc7332c237b6741f30e27afda78e4dd635039 2,026 1.00/1.00 vMB 38
644,798 644,798 0000000000000000000c2516a2a47fd9eb3a8890f041224f5e0949b38be1289e 2,400 1.00/1.00 vMB 79
644,797 644,797 0000000000000000000d275921aea0dd77d25a623eaf8563b4cda162ab089292 2,186 1.00/1.00 vMB 46
644,796 644,796 00000000000000000008a93485a97b9ac83b18d0325505c3e52fbc5edec58c99 2,146 1.00/1.00 vMB 142
644,795 644,795 00000000000000000002bb0b2f575d2ed4169cc6f46cf43b36dc39f45a0ed16a 2,425 1.00/1.00 vMB 32
644,794 644,794 0000000000000000000fda2a9b10e5d78c1e2a6c32d5d33a6ea7b117d4be91b1 2,066 1.00/1.00 vMB 98
644,793 644,793 00000000000000000001a707706e1f399a788b9ebdacf7fdc6dc2eb6b94270c9 1,955 1.00/1.00 vMB 56
644,792 644,792 000000000000000000083924644bafa4e59a6e6489b57660ee22d90558dea80b 1,901 1.00/1.00 vMB 48
644,791 644,791 0000000000000000000a48a76b7c5eba37fcc7ec228217a43e51106faad11d39 2,683 1.00/1.00 vMB 48
644,790 644,790 00000000000000000006d36968a4f923a63ac1192d0f3e97158272a809a31e97 2,183 1.00/1.00 vMB 80
644,789 644,789 00000000000000000008b7d38d128523a5a50e41318d36a7e34b9e99fba2c25e 2,259 1.00/1.00 vMB 50
644,788 644,788 0000000000000000000486471589c5672990753ec567cf686e22b1112c171c3b 2,581 1.00/1.00 vMB 120
644,787 644,787 0000000000000000000b3031700db95ebb6a81074f2b9c2476d8afacc1457505 1,414 1.00/1.00 vMB 72
644,786 644,786 0000000000000000000892a2310c883103d21f0c2b81fdfd9949b7d0a991f636 1,497 1.00/1.00 vMB 79
644,785 644,785 00000000000000000007d545f2991704286baa90981f38caa66570de7c8a8130 1,344 1.00/1.00 vMB 72
644,784 644,784 000000000000000000002696833135fc22cdce9d1858011fd7bdb41101a09409 2,412 1.00/1.00 vMB 151
644,783 644,783 0000000000000000000b2ada2fb759128ae1779542f4d22fee923c718a054cd6 449 1.00/1.00 vMB 46
644,782 644,782 0000000000000000000c735a88a50d64036d05e0053024f9d0570c1e9162039d 2,540 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.