Loading Tool

Explorer IconExplorer

Memory Pool

21,204 transactions
12.28 vMB
0.01822076 BTC
Random Selection Loading Transactions
Max Size: 70.64/200 MB

Candidate Block

Mining Attempt e8c3bd73144c4fa472153e5c80e03e2ffc00dd1857b59c3ea369ad751593903e
Version 20000000
Previous Block 00000000000000000001a5a28eb41634deebbd8c0815f9a9b84139d263b133e4
Merkle Root 4d57ae0397f53a9e40baf9543bbd0041baf93492d069ee26276a2bf45705cb1b
Time (UTC) ( ago)
Target 00000000000000000001d9360000000000000000000000000000000000000000
Nonce 0
Transactions: 361
Size: 1.00 vMB
Total Fees: 0.00281166 BTC
Feerates: 20.67 > 0.28 > 0.17 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 924,900 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
924,900 924,900 00000000000000000001a5a28eb41634deebbd8c0815f9a9b84139d263b133e4 3,138 1.00/1.00 vMB 1 ago
924,899 924,899 00000000000000000001257c8a140b9c321a67830c16ce536fb971d4a1dce879 2,309 1.00/1.00 vMB 1 ago
924,898 924,898 0000000000000000000176f081a1665454386be46daaa5cdb1fe603d6a309b4d 2,945 1.00/1.00 vMB 1 ago
924,897 924,897 000000000000000000017add09d25d53a41392639d28da08fcfb02552b7991d4 3,417 1.00/1.00 vMB 3 ago
924,896 924,896 000000000000000000010ce11a9fcdca4b4a62a076f441dcd0d2f4ea016c0696 2,021 0.70/1.00 vMB 2 ago
924,895 924,895 00000000000000000001414bb84e32be324f2073f6aa904717896ee3bedbb00b 1,077 1.00/1.00 vMB 0
924,894 924,894 00000000000000000001c1ee9206ddc422b196f429d02e24995af71789bbb046 3,256 1.00/1.00 vMB 1
924,893 924,893 00000000000000000001b4171badb865e12816ca06bb806112bd716698f7a993 866 1.00/1.00 vMB 0
924,892 924,892 00000000000000000000c579e4072dafd74e9f1ecb96b571336121cf5c9b2cc4 230 0.05/1.00 vMB 2
924,891 924,891 000000000000000000007bd455040f3b9ec5921b8ab3a3c81c5dc7c96fd7437e 928 1.00/1.00 vMB 0
924,890 924,890 00000000000000000001d8ebfe0c0d6812db4a3fe302c77756251d530c57fab5 2,434 1.00/1.00 vMB 2
924,889 924,889 00000000000000000001c2461ee1f2043b52f4773e3da2f7858a068ee5524a3d 1,887 1.00/1.00 vMB 1
924,888 924,888 0000000000000000000149e7a9b583b1301d2be486c409abf4670283fa9e6a3d 3,973 1.00/1.00 vMB 2
924,887 924,887 00000000000000000000c82e74dd3d86f1866d0ed4a98788b1e2677cce9555fe 3,286 1.00/1.00 vMB 3
924,886 924,886 0000000000000000000029c7481721aa4854fb86d21493aeb7ecfe6d7eed5f84 3,357 1.00/1.00 vMB 2
924,885 924,885 0000000000000000000096c31fa931b752fb25d08325bde420b6a34f831c6c1d 2,615 0.68/1.00 vMB 2
924,884 924,884 0000000000000000000176f6ca3899474ee2a776ec6a66f5395c386f1a3e222e 3,460 1.00/1.00 vMB 2
924,883 924,883 0000000000000000000179a6ddbc0b0939e9b52a8f27dee8ec13eccbf4608a2e 3,140 1.00/1.00 vMB 1
924,882 924,882 00000000000000000001cb9171627f03e4fe3b63406a9d0514658106f376a3fe 3,833 1.00/1.00 vMB 4
924,881 924,881 000000000000000000005aa455fa1c905b006aee761bd6dfa54851c25be64ee4 2,355 1.00/1.00 vMB 1
924,880 924,880 00000000000000000000f89a9f80c23ed150fbbdbdadd1526e03576691748696 769 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 799.62 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: 2,415.42 GB
    • Received: 104.39 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.