Loading Tool

Explorer IconExplorer

Memory Pool

78,786 transactions
29.46 vMB
0.08335321 BTC
Random Selection Loading Transactions
Max Size: 180.38/200 MB

Candidate Block

Mining Attempt 64ad99bfc96d04ee0759a414b84bba5e4fb69db9503fec9a53cc676ff5fa49d9
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root 5be8d3c587ba4e08a731d3f34d32a99eee6805794c16151af62d266dd8123853
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,555
Size: 1.00 vMB
Total Fees: 0.01867930 BTC
Feerates: 301.25 > 1.87 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (243,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,906 671,906 00000000000000000003df5d415b6e86538b396a3e5477c2a4dd19ad084fd939 2,024 1.00/1.00 vMB 145
671,905 671,905 0000000000000000000ccb89a4d518c94edff5675c361eb008a3e3fbf53daca1 2,362 1.00/1.00 vMB 110
671,904 671,904 000000000000000000094a4ebbc5c53389112b9fa5d7ee7d1e916667e1ab952b 2,180 1.00/1.00 vMB 130
671,903 671,903 0000000000000000000828b9e086c5a254d2d2a30774f8a73f9bba7c29c6de39 2,574 1.00/1.00 vMB 138
671,902 671,902 000000000000000000025a4a8512b754a334e6a56c5670c24b9bc60e47356ffd 2,608 1.00/1.00 vMB 139
671,901 671,901 00000000000000000006b3dc2bd9b6bda5ebb87a8ab5a8382df63ea3aebfa8d5 2,469 1.00/1.00 vMB 118
671,900 671,900 00000000000000000001bace22fca63013aa5457b0ebf69d55934d9f0d192e72 2,685 1.00/1.00 vMB 151
671,899 671,899 000000000000000000060acfbc887eb3bb55f3b878f30526eade201054822368 2,023 1.00/1.00 vMB 134
671,898 671,898 00000000000000000005757f46cb74d3f121d36cb74b093dd6a91fccca3f4ba6 1,377 1.00/1.00 vMB 161
671,897 671,897 00000000000000000008e76b5bbed8f76642353c7e37e0dcc36c9723f63820a1 1 0.00/1.00 vMB 0
671,896 671,896 00000000000000000006565cbae6016f8d12e8d97756c8a40e6e09babbeb5906 2,516 1.00/1.00 vMB 166
671,895 671,895 0000000000000000000281aec9110b39a14b747ba95aa333e472c9da7dd0f97d 2,800 1.00/1.00 vMB 147
671,894 671,894 00000000000000000007e6336da9efc6d9b98966eed15241cc0ff75f0ecc5638 2,085 1.00/1.00 vMB 102
671,893 671,893 00000000000000000006bf973dc198707645fc75bb6141e2e2e28da3aacfeb47 2,904 1.00/1.00 vMB 104
671,892 671,892 00000000000000000007d16d52f4c78693fd1e1549a9cfe1d61c7cf4adb0b016 2,145 1.00/1.00 vMB 112
671,891 671,891 0000000000000000000be70d53ced5ca5f4d9705f40504a2f3f7fee5af7f27e3 2,081 1.00/1.00 vMB 114
671,890 671,890 00000000000000000004acaf249c3f3df3fad58a000333c1361f9ea6567265cf 2,180 1.00/1.00 vMB 113
671,889 671,889 000000000000000000067eda77958ffbea2500355f8da3e59ec703071ca6ee06 2,677 1.00/1.00 vMB 139
671,888 671,888 0000000000000000000b1afb145904d32aee79cab6e299d63c39617fc31bece1 1,822 1.00/1.00 vMB 157
671,887 671,887 00000000000000000002abe51b9fc1a21381239783c5cda81565cca812000e39 2,655 1.00/1.00 vMB 169
671,886 671,886 0000000000000000000614cd6adce8e0357d5955169454f48b8b654fe94c2822 1,585 1.00/1.00 vMB 157
Previous 10 blocks ↓
Total Size: 782.80 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: 710.03 GB
    • Received: 17.01 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.