Loading Tool

Explorer IconExplorer

Memory Pool

78,470 transactions
29.96 vMB
0.08681682 BTC
Random Selection Loading Transactions
Max Size: 178.99/200 MB

Candidate Block

Mining Attempt f4a2c1830a0d976363bd51389afb61dfa035b738284f012f048087d4e264b9c4
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 25ac46e02fe51cd119ea34f8999aa2659a6f16a86edd015a4c75631832475b61
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,710
Size: 1.00 vMB
Total Fees: 0.01814110 BTC
Feerates: 100.69 > 1.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (807,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,884 107,884 000000000001809d20e73bb1940cc64de2b7e114493dc2ac282fcc41d31ef502 1 0.00/1.00 vMB 0
107,883 107,883 000000000001b76b3cfca55fc32d05fe8b16e21713efb4c91bcec6841bd9b952 12 0.00/1.00 vMB 0
107,882 107,882 0000000000024cddeb4f9554cc4f0d5b3a2b5407c13839580c91584f7c2b0043 13 0.00/1.00 vMB 0
107,881 107,881 000000000001543c98b5bc73b6f1bdb679cac9282d647d5db770e1c0376cb052 10 0.00/1.00 vMB 0
107,880 107,880 00000000000240aaf295fee55cd65deb829af4ca16fd32d2b0f21d11ab075565 9 0.00/1.00 vMB 0
107,879 107,879 0000000000003fe34450813320ed5a2ac90ebf5a913d8445e369a0792fda87a9 12 0.00/1.00 vMB 0
107,878 107,878 000000000001c97f8b79d60e6af3aba4236b1f8a295b1ed605899764a547beee 3 0.00/1.00 vMB 0
107,877 107,877 00000000000102027e1e188cfd9c739904147d18d5e425521f3f2b5648d6a50f 5 0.00/1.00 vMB 0
107,876 107,876 00000000000046ff2eacc94373b17cb6a7b3640c5246ac9c06e7036463d56dc7 37 0.01/1.00 vMB 0
107,875 107,875 0000000000018345e5bcdf1216b2e8436ab545da3768671d5e5ae28fa12a22fd 9 0.00/1.00 vMB 0
107,874 107,874 000000000001c5c85451645d9b2316434ded391a148b69ea4fb8ddf5cd883d4f 2 0.00/1.00 vMB 0
107,873 107,873 0000000000012088f3f3cc7df3e086b2423895cbdaa23e3a0aadc68264b4e06a 1 0.00/1.00 vMB 0
107,872 107,872 000000000002447bf68efdb87af52d72cd57f33d20fb1955a421db180b1ee840 6 0.00/1.00 vMB 0
107,871 107,871 0000000000005424b833ab1c1c2cc3afd97d6e0e98e737050265761f9220115c 9 0.00/1.00 vMB 0
107,870 107,870 0000000000018cf821cbe0915d8d236ddadbe6cfb2ed9325074b4b008e5e5eaf 13 0.00/1.00 vMB 0
107,869 107,869 000000000001d598e022233aabcd1ac65d1704a24e3e0112f2da85aa3ca4ffea 1 0.00/1.00 vMB 0
107,868 107,868 000000000001a16efffc99eb9ebf8254fd41c3bac26007c72c786bdb5b2d2bc9 10 0.00/1.00 vMB 0
107,867 107,867 0000000000022e5ddf2ca04e3009843015c8e0162a0822c243f157507e5f88cf 26 0.01/1.00 vMB 0
107,866 107,866 0000000000015be2f7a292691c1465f360bf2a9da87c73e93c63a3b3795e7759 1 0.00/1.00 vMB 0
107,865 107,865 000000000000de0a7bbefb8fbdac1ce67676463437e0dd7dd992fe45553da65a 3 0.00/1.00 vMB 0
107,864 107,864 0000000000011c026c230b991c915e9c2ec06dbcaefb51367688a9da8d69e8bd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.34 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.