Loading Tool

Explorer IconExplorer

Memory Pool

27,667 transactions
27.02 vMB
0.05523420 BTC
Random Selection Loading Transactions
Max Size: 130.55/200 MB

Candidate Block

Mining Attempt 35b6e02d0df0b942c6f92fa47be12f17a038f7e00729cbde717a1dc6fedef996
Version 20000000
Previous Block 000000000000000000005f6e061237a1b3be90d7e91949057a34a7b5facf2fa9
Merkle Root 96c536f50ea35c378a19a09160935410c0b654bfa4ca6d9a76ada199e6aaf91c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,772
Size: 1.00 vMB
Total Fees: 0.00450109 BTC
Feerates: 70.32 > 0.45 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,529 (855,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
58,775 58,775 000000000d70fa899f8b1557dcdffdb4601ffe157d02f63cedcbb515ddf3cb91 1 0.00/1.00 vMB 0
58,774 58,774 000000000a9e99154dd62f2dad073d3f90a552e71d155b697c82a0a4dc33ebff 1 0.00/1.00 vMB 0
58,773 58,773 00000000017d6b331125efca0b6dec160f71f8bc398c7892292007b1de208f55 1 0.00/1.00 vMB 0
58,772 58,772 00000000097b1ec24e1ef94b7efe1ad51572be2cfa37d698efd356022291e482 1 0.00/1.00 vMB 0
58,771 58,771 000000000ae84a02dd5f2a7f67c7bc7b796a37db34a1e9a43225cc8bf94c9eb3 1 0.00/1.00 vMB 0
58,770 58,770 000000000ed4fdecb32b2b403b33086fba5b76b9357d225b5461773b69aa230b 1 0.00/1.00 vMB 0
58,769 58,769 000000000bbc752e170c8cb9b1da261fae7a2ccc8267f565371efd1b522a2c78 1 0.00/1.00 vMB 0
58,768 58,768 000000000684a40d8c34584cf06aa9b8f4b3e991407a8580847ada2b386c3ac0 1 0.00/1.00 vMB 0
58,767 58,767 0000000005d4f20b28a3b7e794f356ea0f0582e7571cf031b8f293c365abcf8e 1 0.00/1.00 vMB 0
58,766 58,766 000000000efad475549b33af5753c4c4cdf85bbedb110d29af47415721806a81 1 0.00/1.00 vMB 0
58,765 58,765 000000000986d4916766c0cc0883cf1ab89bee70c816ccd2a5efc525ce4671c6 1 0.00/1.00 vMB 0
58,764 58,764 000000000454e5d062279ad234115fcfaea2789d8a66db944a57aef17dc911f5 1 0.00/1.00 vMB 0
58,763 58,763 00000000081a0adf18c72abcfe122dc67fc9dc1176d8bd5347d5c14393ffa3ed 1 0.00/1.00 vMB 0
58,762 58,762 000000000cf569c3c4296974100772d7d4405c117e3d3cae02e457d4f7094339 1 0.00/1.00 vMB 0
58,761 58,761 00000000091e8d805be6b98ed2ac7388c4290354e5c0e6cebeec2d3813ad61d2 1 0.00/1.00 vMB 0
58,760 58,760 0000000002bab58eb357c2767c865aca9c89e9533efcc7c9de53dec07ec072e8 1 0.00/1.00 vMB 0
58,759 58,759 000000000c747e66ca03a70fae52bd28b432777209c53d11d202408fd60db427 1 0.00/1.00 vMB 0
58,758 58,758 0000000004dc815c2474ba4d3c4100b9c732c2cc6d78fd4174389130682ad55e 1 0.00/1.00 vMB 0
58,757 58,757 0000000005a709f6c56d0a01be8592933c1a7368d66dbe3dedb912ee98149561 1 0.00/1.00 vMB 0
58,756 58,756 00000000027ac103971f2d957ac1987ac118210b4228fb81173db457562323b1 2 0.00/1.00 vMB 0
58,755 58,755 000000000f46d942dfa2e6fe3b7ea9eeaf209ebd3b94a3065ab513adac584ce2 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 621.47 GB
    • Received: 11.23 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.