Loading Tool

Explorer IconExplorer

Memory Pool

79,114 transactions
30.03 vMB
0.08281646 BTC
Random Selection Loading Transactions
Max Size: 183.00/200 MB

Candidate Block

Mining Attempt acaa9d91ab99978d1f44879e140924ff154f9106d8c10b3e66f40f5b05f8fcf7
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root 8eee2eb6bb213fa54de23d57afb52c5477ef8c24c19493c9f499f8a0eb7df08c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,009
Size: 1.00 vMB
Total Fees: 0.01611441 BTC
Feerates: 300.83 > 1.61 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (865,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
49,788 49,788 000000002058a43f6d94fa81e16b3b1b2bf1470707ae78f3020630513376083e 1 0.00/1.00 vMB 0
49,787 49,787 0000000026307e2f28e54a407cf99528b9449c7b6a5975965e260a035c041e6c 1 0.00/1.00 vMB 0
49,786 49,786 000000001310e6f6dac6d6310f62ee0e988802ebd773fc1b90e47f4545930afd 1 0.00/1.00 vMB 0
49,785 49,785 00000000290af0f52613b04f2477b96a9f33bb074d55456a2bdb3ca980a4b84b 1 0.00/1.00 vMB 0
49,784 49,784 0000000024bfe6ab73f7569fb81e15f20de91debc37ddece78a3a08053b753be 1 0.00/1.00 vMB 0
49,783 49,783 0000000009e6c8a33649da0f56b023b847361c40de274ecf90fb062084679106 1 0.00/1.00 vMB 0
49,782 49,782 0000000004f1154ee4103ad8af2a00a8b6a762f26e0bbbfa745910e3925c9bec 1 0.00/1.00 vMB 0
49,781 49,781 000000001b4447a9ecb87af91f54feafb96aba2e5705b811d739b9f209603c97 1 0.00/1.00 vMB 0
49,780 49,780 000000002346eddd80671bc713488461ebcefbc519ebc668fd646628087f6c52 1 0.00/1.00 vMB 0
49,779 49,779 0000000015661f53073ed221398c7fe2f102cc079cd0bac472f94e32276e64a8 1 0.00/1.00 vMB 0
49,778 49,778 000000000a62cb407127c5e4011bd1501ead9dd9b58d2af3799928f771409477 1 0.00/1.00 vMB 0
49,777 49,777 000000002344b55d80808086030e6651de769529edc9c8c2009f1433e3214e4b 1 0.00/1.00 vMB 0
49,776 49,776 0000000015b97186284485c5dc43f464eec6dee0bad1dcb61ad8dd72cedff91f 1 0.00/1.00 vMB 0
49,775 49,775 00000000246cc5fa21f971b0fb578708c56fae56b90cc1e554779b28c1b0425f 1 0.00/1.00 vMB 0
49,774 49,774 0000000028b90c57327bab3e0d2949954442fae8ea9b54848b21fe3598143393 1 0.00/1.00 vMB 0
49,773 49,773 000000001eda763dfe953140852b2e7d6b774e16fc5f972515c45a3bff87d89c 1 0.00/1.00 vMB 0
49,772 49,772 0000000021fd57aaad0a781cd1248dd7dae9b224e7637df0bf1d9542e7549d6b 1 0.00/1.00 vMB 0
49,771 49,771 0000000011d9c96bf4e23af5ee52e471a59e8bac505e0668cc7015dbdb0c3fd2 1 0.00/1.00 vMB 0
49,770 49,770 00000000164f95c35739c02620bb47396380cf62a8a8ce6864a1ffb1a04fd38e 1 0.00/1.00 vMB 0
49,769 49,769 00000000016c150c732e6b117b0d28caac5fdd32a8a80b8a9ee46bd075948e96 1 0.00/1.00 vMB 0
49,768 49,768 0000000027bcb8f332e6df3572b61921b8577fb24da9446b0b413c78f1c11127 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.07 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: 720.92 GB
    • Received: 18.31 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.