Memory Pool Memory Pool Refreshing

2,620 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (685,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,835 222,835 000000000000000b5102c8e7a8f29c84986586cf54528d30f348480e6f8fa0c7 0.08 MB 188 191
222,834 222,834 00000000000000ae5c3f67d91c2623b29f1520375ab120a6c0443674cb3fd2d0 0.08 MB 192 148
222,833 222,833 000000000000025bf8ff55a825991e589064e65a96065091fa96c5efe7421bea 0.25 MB 640 209
222,832 222,832 0000000000000426ac392e86f39fe3e3624e3beb5af42ddf19eb42e554048831 0.01 MB 14 90
222,831 222,831 000000000000046c65ac5622e18f920747e4f4efa4b2dfceddfc8d88b5d1bb7d 0.17 MB 390 159
222,830 222,830 000000000000047f1044347cdbc43c91a1cf60cd67f3849605cc960d66d338bd 0.25 MB 679 242
222,829 222,829 0000000000000350ea02944409d3be69dbab7c9452c90922ed9476869f869780 0.25 MB 551 90
222,828 222,828 000000000000010a38c983753111f7978569c5c754b567e7582420e1fdd2d5d0 0.05 MB 128 118
222,827 222,827 0000000000000394aeeccede47b33e7d8723b8517eae56e46217cc6bd5243e2d 0.24 MB 493 173
222,826 222,826 0000000000000247679afe91c9c33484c0778f47d3c6019d8c680846272626d5 0.15 MB 356 183
222,825 222,825 0000000000000427976d7687a2d40a01c570878d5bc26a736cb578802314da31 0.19 MB 446 165
222,824 222,824 0000000000000119eab834a32ea67278f5b66a39b151e16cfaab2004b56543b6 0.07 MB 122 93
222,823 222,823 0000000000000419f8451ff09c6c3e5d1746f7be6806dab08ca6ff65f028bb52 0.21 MB 442 178
222,822 222,822 000000000000010b3828d85ae7a892dd3852b163ee2a5c6abc07e727a54b0457 0.10 MB 192 124
222,821 222,821 000000000000020526d59014fce2afb1e7cd165d6c0c0b6984c028bcaf79a85f 0.31 MB 570 153
222,820 222,820 0000000000000065a4d47b5a28214eeb2ee5e0225bd996c6dc5f05f5b946cdf2 0.25 MB 775 280
222,819 222,819 00000000000003ba197a4eceaba6c74471a94ad9ba7355ad01ad06965a6041a6 0.01 MB 23 176
222,818 222,818 0000000000000261ef82ba8a748b26995d1dc6bf37ff6b9d5b6fc01723896673 0.20 MB 473 189
222,817 222,817 0000000000000365eaa476dfc31cf86d4ae85e81c8aa958ebbabfa58318f178a 0.12 MB 204 142
222,816 222,816 00000000000001185902e917f56f3c416ea2fee7bfa9f224631aeaaab2973513 0.05 MB 51 52
222,815 222,815 0000000000000247525bc325dfc0d63a186ad447a9438e2766d17bf3da6e56ae 0.16 MB 365 179
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.41 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.