Loading Tool

Explorer IconExplorer

Memory Pool

47,779 transactions
30.11 vMB
0.07838418 BTC
Random Selection Loading Transactions
Max Size: 160.87/200 MB

Candidate Block

Mining Attempt 96437be62cc8811f23ab0975e1a8192e6bba337bd6213e411e5f4d8c5cdbf083
Version 20000000
Previous Block 000000000000000000019d8e946b6f738991a727e74c8a12670bf631d52c5e8d
Merkle Root a1b1fcff2c64484b3b5fdbf81c1aca39edd37778cb020e7a520b064713cf9efe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,986
Size: 1.00 vMB
Total Fees: 0.01938513 BTC
Feerates: 100.24 > 1.94 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,854 (134,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
780,068 780,068 000000000000000000040624a2181219f34c48bcc20257fb7e5d5f3cd5fa7a42 2,904 1.00/1.00 vMB 38
780,067 780,067 000000000000000000019cb6114263e80d12f60b79e51e2c2fb7dfcfc799ecef 3,141 1.00/1.00 vMB 56
780,066 780,066 00000000000000000002114a58b84bc1fc678799ea0d9025cace92963bea4d6e 1,699 1.00/1.00 vMB 23
780,065 780,065 0000000000000000000556693f9909aa4ef648a9d03f9814f2f558ad7e8c5f91 3,489 1.00/1.00 vMB 50
780,064 780,064 00000000000000000003ea0aa6bdc325f8f7dd68f56bd194a3c58cce119a3747 2,321 1.00/1.00 vMB 39
780,063 780,063 00000000000000000001957efc3de8aeb8d5f84cc323b6206efee3d5a5703b1c 1,826 1.00/1.00 vMB 43
780,062 780,062 000000000000000000028c4778e33e52d78b9767e4d14bc05e997523daafdcc5 2,924 1.00/1.00 vMB 35
780,061 780,061 000000000000000000006fb8e36883638a60045f285d3cce0da1abbbe3e56cc1 3,330 1.00/1.00 vMB 57
780,060 780,060 00000000000000000003d50842511627a20725ad2badba9fb0bbd820340737d3 3,233 1.00/1.00 vMB 38
780,059 780,059 000000000000000000053d8c9a4074e976c42cc351fd98e1419798f587642061 3,387 1.00/1.00 vMB 50
780,058 780,058 00000000000000000003778f55a28a6f12647a190f1bd98085e733fa15cf4e3d 3,313 1.00/1.00 vMB 36
780,057 780,057 00000000000000000006051b8c9370107f62d13ad12f59bd78487367b3f94970 2,984 1.00/1.00 vMB 42
780,056 780,056 000000000000000000012510608592b621481aad1a9aa958f31382cf76247a53 3,735 1.00/1.00 vMB 43
780,055 780,055 0000000000000000000041b58246d245912733facf8fe032cc1a1a61520a0857 3,159 1.00/1.00 vMB 54
780,054 780,054 00000000000000000002e0d0d7e68d760c2eb1270f560cca763491a19d7b25d5 2,817 1.00/1.00 vMB 60
780,053 780,053 00000000000000000004380beac2081de585bf676ca1926f5995e9b35cae1acf 3,917 1.00/1.00 vMB 41
780,052 780,052 000000000000000000063099ff373a9ffbe72621f8c3192923d5f0b08e7602d3 2,571 1.00/1.00 vMB 52
780,051 780,051 00000000000000000004df0fba856f4ce40f5f644aeed6e5818adcf948348315 3,219 1.00/1.00 vMB 55
780,050 780,050 000000000000000000043cfdd430cbcf5d6cfa0c437ad5b808e1d45dc509387e 3,544 1.00/1.00 vMB 43
780,049 780,049 000000000000000000026d59f6694f4021f2045f594b33d900df3b53ebe1ab62 3,857 1.00/1.00 vMB 47
780,048 780,048 0000000000000000000057dbd27accf8817feefbdac9f1e5f28cfa82cf35ebb1 2,923 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.13 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: 652.43 GB
    • Received: 13.78 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.