Loading Tool

Explorer IconExplorer

Memory Pool

18,202 transactions
8.45 vMB
0.08472640 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.26/200 MB

Candidate Block

Mining Attempt 5154f446e876773a7495f4d55796bf89f6476f9bb2edcc8ceda55ce020cf85d7
Version 20000000
Previous Block 0000000000000000000145675ea6000f3d15ebd1e48b044500eb75bc4f666b05
Merkle Root 17894a4cf998ea3027e8ed5d6468d19b6c07abb77a3aaa33306c1e18ac7be99d
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,845
Size: 1.00 vMB
Total Fees: 0.06678671 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,423 (718,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
195,204 195,204 00000000000006611839de358e8f54ebbe028d149ba222e11b0741c10abf3fff 166 0.07 vMB 162
195,203 195,203 00000000000004212e68dabecbdf040a8cfbda90cca0e7480b9198c7fa66c81b 9 0.00 vMB 85
195,202 195,202 00000000000002dfe7484e956d89410bb34abf0d97873b4939c5ecb49d8be233 198 0.07 vMB 165
195,201 195,201 0000000000000574a56ad8306974825d58021d69ecd466a53a3b809001117a81 26 0.01 vMB 209
195,200 195,200 00000000000003a95d78b1b29e1bc7495ddc9d3124368b0ebeb3827ad17b5926 91 0.03 vMB 32
195,199 195,199 00000000000007889b04dee97fdf4fa0e91f1521a35e333dbc1f94b8d61f4e59 256 0.11 vMB 87
195,198 195,198 00000000000000df6c76b1777efefaae1264800b88e300220c525ba411c20ff6 181 0.10 vMB 166
195,197 195,197 000000000000077d491d121cd25db3b13a7910620441fd440cc4559fc9de9bdf 512 0.43 vMB 55
195,196 195,196 00000000000002b8adb92ec066b0f90cc0e951f0c9de12ae05370aeea6e7b6e0 512 0.17 vMB 149
195,195 195,195 000000000000009e997808b335a6254213d6964350157cf75dcb24093f69ff6b 314 0.11 vMB 169
195,194 195,194 000000000000077b4e374bda2fb3a3a0a650096c38963ea773a550dfd1b26038 104 0.03 vMB 493
195,193 195,193 000000000000060a52fdc2a50bec8be75b7d040b3088055114363ea4b258bdb2 99 0.04 vMB 1,432
195,192 195,192 000000000000063abe5aff130bb7960d1c20627afe7e1eae34a0d4d7607dfeb7 97 0.05 vMB 204
195,191 195,191 0000000000000747e6497d4252203a273964e240058537b7e5fcec5d8a00cc0e 77 0.04 vMB 133
195,190 195,190 0000000000000072d0ed3781d6bbc6864da955e3ba623cc9d3634fae2784ad49 512 0.19 vMB 143
195,189 195,189 0000000000000299ab4cb54599d3c2e0315e9247ce99e89978177c4da3d285a6 217 0.07 vMB 82
195,188 195,188 00000000000006f590f69c097ada45ad9ddebbca3152ad6f6525643044c036c7 475 0.17 vMB 141
195,187 195,187 00000000000007896b3285659512bf8474c5716560315e4728f167c2b822ef04 335 0.12 vMB 163
195,186 195,186 000000000000004096457fdfaaa23f01a28c09ffcaa534b30c4fed2f745d01f3 120 0.05 vMB 143
195,185 195,185 000000000000043a61bec761e5f1c14ff7a2829be6eea1a340770dfcc89a7374 198 0.10 vMB 148
195,184 195,184 00000000000002d9370b33f93377036ccfc640907d5e2c940fe3df7de526d9a3 403 0.13 vMB 165
Previous 10 blocks ↓
Total Size: 779.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 296.44 GB
    • Received: 1.26 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.