Memory Pool Memory Pool Refreshing

6,772 transactions
3.65 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,805 (18,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,149 889,149 000000000000000000008d8d2a0e31785c5a8516785d4405f3c5e699b570e006 1.67 MB 3,633 2
889,148 889,148 000000000000000000016785311c56876d7b6d633c29784559a30c4db220bf3a 1.67 MB 4,010 1
889,147 889,147 000000000000000000010f2321617113591886a00bad8bfd70ef547ed7597768 1.85 MB 3,388 1
889,146 889,146 00000000000000000001b785f55e6bd2cd05efc34a4fa11cc3501c5d5b90d864 1.82 MB 4,754 1
889,145 889,145 0000000000000000000134374fcc0e935ac51109c3c71cfca5bce410e3d19c12 1.88 MB 4,954 1
889,144 889,144 0000000000000000000273ba27124548b7cf9afa1c4a593c8f390ad903649c3e 1.78 MB 4,649 1
889,143 889,143 000000000000000000001db806a0ad0cfd5559e3db9f037ec3a8ee07a213718e 1.35 MB 2,011 1
889,142 889,142 00000000000000000001469ccfa03a369406e058906a0632d1be81104b6465c4 1.60 MB 3,532 5
889,141 889,141 000000000000000000004f8bf0f0cc0790af7a45240aed39bb78d3212ee3f21d 1.71 MB 3,293 2
889,140 889,140 00000000000000000000cf5032ce3af3b21a5b7ce5cff87f8accfefa5344dd97 1.68 MB 3,436 1
889,139 889,139 000000000000000000002016cafdcdeb60ca49fef929c0d62fe9801001f8ab7a 1.72 MB 2,679 3
889,138 889,138 0000000000000000000049bfb739910062c4f49fdd0742d46bdaadbd2e8fce17 1.69 MB 3,689 2
889,137 889,137 00000000000000000000516f59851ec717e95a6f7d4b6a53c20b8a0c1452ddba 1.68 MB 4,037 2
889,136 889,136 000000000000000000018919f7755256814aa3c8d93dcd61bb874707c0b70ec2 1.81 MB 2,320 2
889,135 889,135 00000000000000000001e7000e70583afddde7904ee3345093c632c2f7e7db3e 2.22 MB 3,130 2
889,134 889,134 0000000000000000000044c8c21e5b17fee425c75bd9f35d595d2854fe791591 1.58 MB 3,125 2
889,133 889,133 00000000000000000001adc547cfcab01322e930ca908c60320e6d45ed09bb3d 1.20 MB 954 2
889,132 889,132 00000000000000000000dfd20d59643c4e4bbc5ad610b8cf8b10ba33d8196513 1.48 MB 2,562 2
889,131 889,131 00000000000000000001709f6aaedbfcc32cfbd2002725ae599087e09fbb1492 1.29 MB 1,189 2
889,130 889,130 00000000000000000000a936be5780d618dc147af4993337761c60c34e9c4faa 1.32 MB 1,488 2
889,129 889,129 000000000000000000019a7288954eeb4ec9ef084038ee564ea56f4cb024e23f 1.08 MB 284 2
Previous 10 blocks ↓
Total Size: 769.17 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,633.42 GB sent, 93.81 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.