Loading Tool

Explorer IconExplorer

Memory Pool

85,999 transactions
33.14 vMB
0.09706110 BTC
Random Selection Loading Transactions
Max Size: 196.25/200 MB

Candidate Block

Mining Attempt 69065efd4e1f427ca1338dc07915b2009bb304f37c38897d720d657fd863f840
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root b34e1542543efbcede5b54f60efaaa7b17a790381bcabc0ff5a75219a3aea327
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,946
Size: 1.00 vMB
Total Fees: 0.03107014 BTC
Feerates: 150.67 > 3.11 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (341,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,908 573,908 0000000000000000001e19e3be703fb07fb75ef6de836e38c480477c49ec2cde 2,686 1.00/1.00 vMB 84
573,907 573,907 000000000000000000106246f412ed534e89a2fae9463cf4f8f84456265040f4 2,807 1.00/1.00 vMB 85
573,906 573,906 00000000000000000014eb68e42c022fc7529a606358593318d72736fe90464f 2,711 1.00/1.00 vMB 55
573,905 573,905 0000000000000000000af66d9b5a12ed4189110879ac9489ee9575b000dfcb25 2,091 1.00/1.00 vMB 44
573,904 573,904 0000000000000000001fb202f74e3afaf91285aed6a2248676079b7356210b4d 2,675 1.00/1.00 vMB 72
573,903 573,903 00000000000000000001de051b4b42ed7d4c8941335ff1ebf4642c991b4ba347 2,990 1.00/1.00 vMB 78
573,902 573,902 00000000000000000021b36988a6fcaf2e48c450565075fc895e6f92c3327843 2,602 1.00/1.00 vMB 48
573,901 573,901 00000000000000000022bb94b627e313d58bb5fd0b819d7f5494a02bf1d88752 2,623 1.00/1.00 vMB 65
573,900 573,900 0000000000000000000ebecc7b90a140a6be7d2b6524026ba1e72bd3391b4a9a 2,934 1.00/1.00 vMB 54
573,899 573,899 0000000000000000000b3c1737d28bddf660a23c8fd76bf08a320692c77dce4e 2,926 1.00/1.00 vMB 57
573,898 573,898 0000000000000000001776acfbb64224bead069dfa94c90c5432f8621d728bdb 2,684 1.00/1.00 vMB 92
573,897 573,897 0000000000000000001b5b1965e02b828ba951d39568a75f6462e9bf756e89ab 2,238 1.00/1.00 vMB 93
573,896 573,896 0000000000000000000c4a6934e6b1b7f44525fccefb5278bc57ea6ad99f4d0c 1,955 1.00/1.00 vMB 62
573,895 573,895 0000000000000000002b8952d0bed8a6f906d0a20932665c8c07e0830420f4ff 403 1.00/1.00 vMB 6
573,894 573,894 00000000000000000018ab6b5d3646bb7c39b2b03a16704b1dd719c1c479e8c4 1,377 1.00/1.00 vMB 15
573,893 573,893 00000000000000000016f9d651b6d734b953108b6b238d4a6f401a95cf761a69 1,307 1.00/1.00 vMB 20
573,892 573,892 000000000000000000168af46a0f62379b000541e44435d3ac8bfed36c274e1e 1,292 1.00/1.00 vMB 12
573,891 573,891 000000000000000000054e3a49265184a199a1fc81921df51ce8e549636262e5 2,935 1.00/1.00 vMB 13
573,890 573,890 00000000000000000024efb1b50d40be83fbf265bad77f04308b8f381dacc07f 2,412 1.00/1.00 vMB 22
573,889 573,889 000000000000000000097ace95beb6368f4d5a03be1596d7312aa75694cdb131 2,861 1.00/1.00 vMB 50
573,888 573,888 0000000000000000001cd3d7e8651ebe63fcf802e86f82a26d0c73e184b79758 2,885 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.30 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: 657.41 GB
    • Received: 14.54 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.