Memory Pool Memory Pool Refreshing

5,328 transactions
1.57 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,674 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,158 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (557,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
349,754 349,754 0000000000000000082d6903b3da902c5fca14fb4d6d29510e54581a6d9aca44 0.15 MB 172 16
349,753 349,753 0000000000000000149a4f76c07945184daf7cc65a5499b1eaaa9f70a1a1f9c4 0.58 MB 988 22
349,752 349,752 00000000000000000c695569f14802ef86e5eaf91b14ceae084fcf2f38b627d4 0.44 MB 840 28
349,751 349,751 0000000000000000097a888938f3efcdc09ead78a945a290f771d606365cb5b2 0.06 MB 101 28
349,750 349,750 000000000000000011eb5618d50e4d51f0a26cafc88e636de91f4dc51dd14e70 0.01 MB 16 28
349,749 349,749 00000000000000000374f5e8c82140f1a5f0e3bd7d2885d6df0333f373ca03bd 0.16 MB 340 29
349,748 349,748 00000000000000000db3f8239b1db14ee2bb7a9ddf288f98b1a2d3133405f4f7 0.10 MB 94 9
349,747 349,747 00000000000000001241288ed652109abc2e990aa7fcdbc57bbe1ff768eeaec3 0.15 MB 314 26
349,746 349,746 00000000000000000c5d340007657963de5f325ae89bb0dd3f353c9c5bf42ed9 0.03 MB 78 35
349,745 349,745 00000000000000000e7843b08bd125672ed8a3dab9f99d0b8a280bf9f8edf356 0.62 MB 1,356 26
349,744 349,744 000000000000000010cfea79cf04d55cf5260dc2529405540779e1d9b064f0b5 0.25 MB 593 29
349,743 349,743 00000000000000000b78943271a00507a6910ac24ddbbb0026dd72d525680cc7 0.06 MB 149 25
349,742 349,742 00000000000000000151dcda6a65b9f3fa5f7709ce21d51a994218e674fe3669 0.33 MB 438 19
349,741 349,741 000000000000000015dfb732e32eccf290959b3127cb323b6578bc2b1a0f6dd6 0.06 MB 128 52
349,740 349,740 00000000000000000b34992aeae085f2eeab4a6ef949589b901521563f011236 0.31 MB 569 23
349,739 349,739 00000000000000000d7a62ef0fbf6419cf4f69a6242258337a6abb4b90a0ae36 0.00 MB 1 0
349,738 349,738 0000000000000000089f28a15b501b614e19c4b28652f6ec7b1aad064bfaecee 0.09 MB 171 24
349,737 349,737 000000000000000013a311814480e3ed1bb6d5fcaa9c220c31a45094e4427a1b 0.09 MB 211 30
349,736 349,736 00000000000000001508763bc0ebfad0d294021909f1f2cf1c4cda9e37705bc5 0.22 MB 135 7
349,735 349,735 000000000000000004fda3dff133e72d11bcdd99360166780fd69aa687e6c976 0.06 MB 117 28
349,734 349,734 0000000000000000029eeae0fa0bfeb704192d0c3b5471eda6f27d5e7c895b05 0.01 MB 20 18
Previous 10 blocks ↓
Total Size: 768.93 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,604.32 GB sent, 92.45 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.