Loading Tool

Explorer IconExplorer

Memory Pool

75,366 transactions
27.89 vMB
0.08256712 BTC
Random Selection Loading Transactions
Max Size: 169.70/200 MB

Candidate Block

Mining Attempt 63a10e5a59f6bf8f1915a997316e1fcd6afe12c2cc89d789e964bd29dc2e6f56
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 0b24a7eaac5345585c94e59f00e0dc726dfcf25b5a47916d931ffe66b3107ba1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,382
Size: 1.00 vMB
Total Fees: 0.02276799 BTC
Feerates: 100.21 > 2.28 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (111,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
803,904 803,904 00000000000000000000edc08c8c3f4722fed22c01feabfc672280612b5d63bf 3,127 1.00/1.00 vMB 17
803,903 803,903 0000000000000000000350477888cc104b652387c9b88ab28ca89e744a3d80c4 5,041 1.00/1.00 vMB 7
803,902 803,902 000000000000000000034918148433d37c109c5a1d702a1a9d763d772db6e5c7 3,174 1.00/1.00 vMB 11
803,901 803,901 000000000000000000044fbb7c5799c9cfbee654d814c9ec5be3d9990883fb0f 2,601 1.00/1.00 vMB 17
803,900 803,900 00000000000000000002e3bbc8f0d7b29f70942a9162d43fe01699cda87cf327 4,910 1.00/1.00 vMB 6
803,899 803,899 000000000000000000018ce844d86c93c318340f01eff8ff7180e0a8724320ee 2,991 1.00/1.00 vMB 16
803,898 803,898 00000000000000000001cea660df4577ee70ddb00b53063d2ed84ed22ca60c73 4,616 1.00/1.00 vMB 9
803,897 803,897 000000000000000000014c0b714846795c866d6bf063472ebc30411f4b94c3ef 2,336 1.00/1.00 vMB 8
803,896 803,896 00000000000000000003de8eb5beb9384e8cc9abe3cea3f7a01e72a5779693d8 2,275 1.00/1.00 vMB 12
803,895 803,895 0000000000000000000478f5a18c69b32ae54e2ecc5daa8286c4b3d080667cad 3,105 1.00/1.00 vMB 11
803,894 803,894 00000000000000000003ee41ee67ad2013329b2815d16da66e0b4f98d5ed5d7f 3,655 1.00/1.00 vMB 23
803,893 803,893 0000000000000000000397467efa0c5dd9d52a88f97318888d0f51f71f5785d9 3,123 1.00/1.00 vMB 26
803,892 803,892 00000000000000000000cb3384bc730e900f3bc96ef3ff163b5d97c5a5d9e48c 4,583 1.00/1.00 vMB 11
803,891 803,891 00000000000000000005351c4c712b1554bd3e02dd34859f50aab295893bb428 2,876 1.00/1.00 vMB 10
803,890 803,890 000000000000000000002ed8a4dcc1e2ea83f4dade750f817dbba7785a02ebe8 3,869 1.00/1.00 vMB 9
803,889 803,889 00000000000000000004c2f80dc4158842493c7b6d0dc42d22976f61fc820fcd 3,246 1.00/1.00 vMB 9
803,888 803,888 000000000000000000052cfc2341520bec1a7d4ba6c65c7908fa081aba5c14f8 4,061 1.00/1.00 vMB 10
803,887 803,887 000000000000000000020c9914ad6298c8dca10ea0a2a61fc1f55441a302e1e8 4,593 1.00/1.00 vMB 9
803,886 803,886 000000000000000000049d5dc0c094ebd831bfaae63a245efba75445d4718abd 5,839 1.00/1.00 vMB 6
803,885 803,885 0000000000000000000134ab4951219cce6e36a9e60a482b45e481bc3e008586 1,280 1.00/1.00 vMB 10
803,884 803,884 000000000000000000017e6124663ad670e0e3aa0ab230e29f238ed41b42deab 2,142 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.89 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.37 GB
    • Received: 17.36 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.