Memory Pool Memory Pool Refreshing

16,236 transactions
5.40 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,178 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (217,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
690,008 690,008 000000000000000000012df41b5bf4675c7bf2316df89b904648e5aa2cf9dfa9 1.46 MB 2,229 16
690,007 690,007 00000000000000000004835bd051becec5baf60685e99308bf3fdcf13058bae2 1.68 MB 539 15
690,006 690,006 000000000000000000081645bd89632e6828a17b766d1516a29aa7c76b019fd8 1.48 MB 1,536 41
690,005 690,005 00000000000000000001fe49c28ef9b5676286c12f53049ce8fc9ad290b29993 1.58 MB 2,278 45
690,004 690,004 000000000000000000074448cd999f0b6b88a429b3f7c283602c59740358d19b 1.62 MB 1,428 19
690,003 690,003 000000000000000000088cb356bef92c83749f57aa885b5fdc862d71cb422506 1.64 MB 1,004 25
690,002 690,002 000000000000000000129ed5e9901ff5835c463b1b89bd4fe643bb08d0c19a90 1.13 MB 949 39
690,001 690,001 0000000000000000000da640155472685a6ff709e124cabebea4e91a3c83ed17 1.61 MB 1,280 30
690,000 690,000 00000000000000000002a23d6df20eecec15b21d32c75833cce28f113de888b7 1.37 MB 2,619 63
689,999 689,999 00000000000000000007f98ab827c3f8acb26be6349a43aca9d9b338290c29dc 1.48 MB 1,583 40
689,998 689,998 00000000000000000012ab377812c1f05ab8b5bc1dc4f99608a6a22a355b822a 1.10 MB 1,777 19
689,997 689,997 00000000000000000003577a842b9ae2616333c442a5cc7e52f7f08631fa1b3c 1.48 MB 1,345 32
689,996 689,996 00000000000000000008c373629bf2ef6f9389ffd1d114e41d3fa6d195856eb1 1.48 MB 1,204 39
689,995 689,995 000000000000000000131022532d256c619a09496d07783f16b9bcaced1b92e4 1.02 MB 928 4
689,994 689,994 0000000000000000000fc7faa293574a8ee08de7914ae2b9da0c5e8970fa2a2c 1.38 MB 1,827 5
689,993 689,993 00000000000000000001ad5a99a64d2e724a24bf6e9302d5c2e3d5ef9203b3af 1.28 MB 1,385 33
689,992 689,992 00000000000000000003610901450c8c8bbc72685c08d85da2a65a2a71d69c50 1.16 MB 1,559 57
689,991 689,991 00000000000000000004a332830ef9f3360524bfc202617722fac0fc72128a87 1.33 MB 1,944 52
689,990 689,990 0000000000000000000914604dc18ca282700f7eb3a72e535d89f3af92ffff43 1.39 MB 1,938 7
689,989 689,989 000000000000000000019083a27151de73409f12f1b287a7d1c006faa5c73cb9 1.35 MB 2,394 66
689,988 689,988 000000000000000000130e5b192988919f028ab93782247101fdb3c5f97b6244 1.41 MB 2,006 41
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.57 GB sent, 93.00 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.