Loading Tool

Explorer IconExplorer

Memory Pool

42,975 transactions
28.46 vMB
0.06423673 BTC
Random Selection Loading Transactions
Max Size: 146.94/200 MB

Candidate Block

Mining Attempt 1792f45fa5ad7fe83c1549470ae6b7a1a16c22e7d82aa1ab0d69de30ceb93691
Version 20000000
Previous Block 00000000000000000000533ffed785e40bb65926541d5898db4d8836674e9487
Merkle Root e4b5b7a97ab29ff268eab9b3ffbeef1dd372777f0c3e9bf7d703ce85edb06e59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,038
Size: 1.00 vMB
Total Fees: 0.00925395 BTC
Feerates: 100.00 > 0.93 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,627 (877,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
36,668 36,668 000000009e45d2962afe5509f9c620de9af57210097432063ad2e7c02c4d09f4 1 0.00/1.00 vMB 0
36,667 36,667 00000000acd85eccf7f0338f23b954d4f747e46fbd33e5125db2dbed0736d75c 1 0.00/1.00 vMB 0
36,666 36,666 000000008ec65d4950b9fbef256d1c5dfaddac8e4b8afd92d077420bc6db8d5a 1 0.00/1.00 vMB 0
36,665 36,665 000000000751b8ffc86383615cdf61109488aee8c1c563b469435c7bd7eb9b91 1 0.00/1.00 vMB 0
36,664 36,664 00000000525b8a71d79bdcb29a88a0c0c7d8613e26bb506aeda45c4db2fdf409 1 0.00/1.00 vMB 0
36,663 36,663 000000004061954fc5eb37fef30d167fd5de325d45069891bcb3afed958c04a2 1 0.00/1.00 vMB 0
36,662 36,662 000000002cb3dbf52e236220b6b1bcc13ac95730c3cba02e722575ac1b63902c 1 0.00/1.00 vMB 0
36,661 36,661 0000000092272a18b66a4a1f777f18587a73821a69c95594d156c464c91423a8 1 0.00/1.00 vMB 0
36,660 36,660 000000002a510fd7ceebd2e18902b4076b0b6a9f5b4c845d153d225baadc5422 1 0.00/1.00 vMB 0
36,659 36,659 0000000000764bc22a0b92f07aa314c2abb86d7dd679977a762392c92671ad0e 1 0.00/1.00 vMB 0
36,658 36,658 000000006c59b02e801eabd56c05a051ba54dae73d844826473ed09b219292b1 1 0.00/1.00 vMB 0
36,657 36,657 000000008ec1ada7bdfb92c9964226c2f5a2647f03c3d56ad79795b0f611f383 1 0.00/1.00 vMB 0
36,656 36,656 0000000048f7d7f243ffad3d8a3f0a30e3196a0fb052a35bc17960c7a07751a8 1 0.00/1.00 vMB 0
36,655 36,655 000000005cfb06c3070c22fe0be55aa52420dd6baebbaea67f2818daa479998f 1 0.00/1.00 vMB 0
36,654 36,654 000000002ae643530323b9070e827d837bb79be9ac08e1c8eea5beee4d000d75 1 0.00/1.00 vMB 0
36,653 36,653 000000006f9cc63dc059cf8e7b4c4af6901a819c16a97f37cfe6037660628ed2 1 0.00/1.00 vMB 0
36,652 36,652 000000005160175678f977509272975ec5abf54448c877ef158345b46c7dc3c2 1 0.00/1.00 vMB 0
36,651 36,651 00000000b52a7063b790102cadee1528647c5ea018f2ab11701063d9e5395578 1 0.00/1.00 vMB 0
36,650 36,650 000000008d3bbac33eb572dd888d92a7756ce7855f87237eae390b1013efe911 1 0.00/1.00 vMB 0
36,649 36,649 00000000724ae5780798caaaed335b5e12653958fdb2445645a3730f4ebbc660 1 0.00/1.00 vMB 0
36,648 36,648 000000007c03a9df77addedee9420bc7fae47c5509db84597ec75d30ac8ab84e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.73 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: 630.22 GB
    • Received: 11.99 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.