Loading Tool

Explorer IconExplorer

Memory Pool

77,380 transactions
28.50 vMB
0.09065997 BTC
Random Selection Loading Transactions
Max Size: 173.49/200 MB

Candidate Block

Mining Attempt 52f41b288fb56cca95da0fbaa0315e318fd5c8a8053cbb49581e310e0aea2212
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root dbddf9df3057ea9f6c6b37e8a4baabf89d5966a60349e568a90361b97eb669e8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,766
Size: 1.00 vMB
Total Fees: 0.02602576 BTC
Feerates: 477.45 > 2.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (347,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,892 567,892 00000000000000000014e0a819d2b6cd2b5341c55be67238f547cef6136942f5 1,443 0.72/1.00 vMB 13
567,891 567,891 00000000000000000006097febdaebace1ea87336bae0cd4ad29be947759a3b3 2,680 1.00/1.00 vMB 18
567,890 567,890 0000000000000000002629ce3e8e71d7577f6b12b7598f77e5a61abfa8458894 695 0.33/1.00 vMB 16
567,889 567,889 000000000000000000292aeafcff600480e7848c7396ed8f33a0e4a6865fb584 1,036 0.40/1.00 vMB 15
567,888 567,888 0000000000000000000f1ea9d10e5f41e0c8494a17fd9f20fedc9e84f97fbfb7 2,281 0.88/1.00 vMB 11
567,887 567,887 00000000000000000018729126e4a204e49f570c1b6082c8e6741a6a06456c60 2,497 1.00/1.00 vMB 20
567,886 567,886 0000000000000000000add002666a469fae01fdbc87bec1d8ecd7763ffd8a3e8 1,049 0.50/1.00 vMB 5
567,885 567,885 0000000000000000001cc0eee900168f5990f2de70a6fd8063128696df747585 2,710 1.00/1.00 vMB 11
567,884 567,884 0000000000000000001002b7ac468baf75c4c9c8d34e013c1ffef6efe54ecd87 2,598 1.00/1.00 vMB 9
567,883 567,883 000000000000000000228b51b6919d4357c55dc9445adeef406e4fc989cfaf5b 2,578 1.00/1.00 vMB 18
567,882 567,882 00000000000000000016569971c21534a68a678e0c534f12e7d4156e5607c332 2,873 1.00/1.00 vMB 13
567,881 567,881 00000000000000000019a80a1bdd8adae931b0fc68768a97df172a6cfc5c338b 2,477 1.00/1.00 vMB 19
567,880 567,880 000000000000000000235991d269a33e2812870a739e67b13757834850b5cceb 2,744 1.00/1.00 vMB 11
567,879 567,879 00000000000000000008a72baaabf3f0259a1dc0c62a943280457d064c28bbfd 1,535 1.00/1.00 vMB 34
567,878 567,878 0000000000000000000f7fc003ce73ee66e82b9c66b248b55ed1a81a7cb9ee9f 1,817 1.00/1.00 vMB 17
567,877 567,877 000000000000000000082fd4b0aaef27d91c43c1672fdbd10a65d5edb424bfea 2,905 1.00/1.00 vMB 18
567,876 567,876 000000000000000000260b0d7ab56d18300fecc1cd5608b427f450d254906901 1,995 1.00/1.00 vMB 20
567,875 567,875 0000000000000000001c46fa6c303d5dcb79f6ebcebe0acfffc2723110d84c88 570 0.21/1.00 vMB 19
567,874 567,874 0000000000000000001891a44821703f6a948f766adb18526b4572c25a509381 453 0.15/1.00 vMB 15
567,873 567,873 0000000000000000000a1d31e714a69368881bfdb81cf568f9d5813fcc39e73a 1,966 0.92/1.00 vMB 5
567,872 567,872 00000000000000000001258e37facb11461441b1fb403f9d766383f2b918c4e5 3,009 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.