Loading Tool

Explorer IconExplorer

Memory Pool

40,371 transactions
27.14 vMB
0.07955239 BTC
Random Selection Loading Transactions
Max Size: 140.60/200 MB

Candidate Block

Mining Attempt fcf746c4759c1aa2b25a8f8175d59e1423f1ea0dc767d4b2772488fa756b708c
Version 20000000
Previous Block 00000000000000000001bb61480f3acfb38c91942ee0224968a6552800d0bad8
Merkle Root 34a3af7fab6bba047fa5ef195d077357395ecaaa4bdd70cc2fb688be7f39c99f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,292
Size: 1.00 vMB
Total Fees: 0.02471815 BTC
Feerates: 201.37 > 2.48 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,681 (243,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,871 670,871 000000000000000000005e9150cb988f591d504a8fba645cf1fb3ff8a6fa11ed 2,933 1.00/1.00 vMB 116
670,870 670,870 0000000000000000000134d423288126032cab0f84c50cfcff6cc07a41ef32f5 3,049 1.00/1.00 vMB 103
670,869 670,869 00000000000000000004a0c3b72e76e3690079911bc8dec00408dfa10a1902a6 3,038 1.00/1.00 vMB 111
670,868 670,868 00000000000000000002ece71bc3c23360a1fc595d83bd1c442ea8c6c80fbda4 3,193 1.00/1.00 vMB 103
670,867 670,867 0000000000000000000113ebb48e602fc3c9261d654a26de9e505c70c0ed54a5 3,058 1.00/1.00 vMB 89
670,866 670,866 000000000000000000002ecc7ae6ef6c257a10fa5de2f40c04f3b3b28e4622d7 1,838 1.00/1.00 vMB 96
670,865 670,865 000000000000000000071f83cdaea8370bdd41a1d83a7306e0795643ba3898aa 3,140 1.00/1.00 vMB 102
670,864 670,864 00000000000000000001a8ae07ffcdcec1f500c538469e12c4b1d967fb5718ff 2,844 1.00/1.00 vMB 95
670,863 670,863 00000000000000000000e52772f372a165e75ea47ed362d59dc8ca4887eb90e6 2,554 1.00/1.00 vMB 116
670,862 670,862 0000000000000000000cea74fa8168eb39e8bc104b9cd5b18964f8cc2ac4458c 2,236 1.00/1.00 vMB 103
670,861 670,861 00000000000000000007fc9a813df6111668413b6060ebf00222f3676c74f76e 2,676 1.00/1.00 vMB 118
670,860 670,860 0000000000000000000c64b4144c7dbb1b5e74f2cf49b5b6f79db8b42f7e6c20 1,225 1.00/1.00 vMB 102
670,859 670,859 000000000000000000082fb59a3073e5b54b9c1d1cb11adf5ab34cb2d6fb15b2 2,887 1.00/1.00 vMB 113
670,858 670,858 0000000000000000000b2d6a9daab415d38cab2cce1319a0b716e95a764318c1 2,874 1.00/1.00 vMB 119
670,857 670,857 00000000000000000008966a8e93c9532463b30bfe4993e5f39b4ae8334a9ba0 3,125 1.00/1.00 vMB 126
670,856 670,856 00000000000000000001eb0265164b1018edac2905e8559cca2274a3086eda1f 2,400 1.00/1.00 vMB 117
670,855 670,855 00000000000000000006a91092f5599afafa04775bb3d01e4cb4319bfa6c8053 3,051 1.00/1.00 vMB 135
670,854 670,854 0000000000000000000c0de61774271b485c7eead5510ef0d45e77bfcd5edd45 1,145 1.00/1.00 vMB 108
670,853 670,853 0000000000000000000738b09132e21b1a9c5fb9e52667cd264dc2f4a3d8d7ae 2,426 1.00/1.00 vMB 105
670,852 670,852 00000000000000000007a903af48e103b48458cabc15577a0fc3476a899d2501 2,440 1.00/1.00 vMB 125
670,851 670,851 00000000000000000006d3132bbdf132ed0ea40d01f2cbde157ce0bd60fbafb0 2,271 1.00/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 781.83 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: 636.65 GB
    • Received: 12.38 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.