Memory Pool Memory Pool Refreshing

5,980 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,283 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (62,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
844,952 844,952 0000000000000000000068718b2a01933fca4933eee0ceba216c403767e3c777 1.59 MB 5,460 15
844,951 844,951 0000000000000000000177c48d4a3bfe9bfb783c7028de18c22d6c4f03dd62ad 1.56 MB 5,195 11
844,950 844,950 000000000000000000021114480dc0bfa6973a1f752975811e457576667e922f 1.56 MB 5,237 15
844,949 844,949 00000000000000000002fc0b751ea78e6360627ee6b99b8b31f653f241d67e2a 1.61 MB 4,766 12
844,948 844,948 0000000000000000000333da91f9af1d46bb8f80100044a98fcf7930daca53a1 1.72 MB 2,363 24
844,947 844,947 00000000000000000000eb697948a6f5f90b2a220f5c26352a390896be1ffbc5 1.72 MB 2,962 11
844,946 844,946 0000000000000000000206b798084bd072e0bbfc43e56a2be22784ad31a3e50b 1.81 MB 3,209 11
844,945 844,945 00000000000000000000143564bd0e742bf0243bbf29ca1ed8904c0070cc7da1 1.66 MB 2,570 12
844,944 844,944 0000000000000000000280030f9fe40d664b7f18085efb1e7abdd33bcc1eb99a 1.68 MB 3,521 20
844,943 844,943 000000000000000000018500c592711a067bef96aa3825e77a05ec789e640786 1.81 MB 3,002 16
844,942 844,942 0000000000000000000171fd4729c5819e1d797aff2c49eacde80aa45361adaf 1.65 MB 3,509 18
844,941 844,941 000000000000000000030023acc54903c49ea018a74bf56d48e08026b122ad19 1.54 MB 4,598 22
844,940 844,940 000000000000000000033d71818953b0b7b851fceb9760aee3da30a74c393d2c 1.44 MB 5,089 35
844,939 844,939 000000000000000000005f850a0dde4a5f8f611e83d9ed578f38fbe068b6f8cf 1.53 MB 4,860 21
844,938 844,938 00000000000000000002489059592727dac4b8d3f7a6c6034f853671306182c0 1.66 MB 3,703 23
844,937 844,937 00000000000000000002d08983c5b060eeec464dc683fe21f80766c7330a1e36 1.59 MB 3,868 29
844,936 844,936 00000000000000000001b289a7550710c36bb22b8d5cc2044610fd40abd06be5 1.60 MB 2,683 31
844,935 844,935 000000000000000000002e26b16225ed2584a50f67be9a3c4309996da9dbd3c0 1.46 MB 5,668 31
844,934 844,934 00000000000000000001367b51b1d9516dc4418a5e34ffabfb24acc73cc2d35d 1.39 MB 6,486 32
844,933 844,933 0000000000000000000050ab3760c76182aeaa46e439edbfb46e2b65abf046ca 1.52 MB 3,279 14
844,932 844,932 0000000000000000000250993841e1de75427d5cfce28960f20fc10dd19c7394 1.48 MB 3,151 28
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,615.98 GB sent, 92.70 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.