Memory Pool Memory Pool Refreshing

1,150 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,794 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,137 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (222,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
685,705 685,705 0000000000000000000d02cb5635b9ab1ccc80765210360cbd90eb4d21f3331b 1.84 MB 1,217 23
685,704 685,704 00000000000000000006b5b1c471709f8c7a49c3a07153bbd92d84d85e0f5a35 1.66 MB 1,717 32
685,703 685,703 0000000000000000000ab73262e7a75e8fee8bd65ec8cb68a824cb5edf679d26 2.31 MB 169 3
685,702 685,702 00000000000000000002334f077100667fbc1ed126463e080565412c8074e135 1.87 MB 867 3
685,701 685,701 00000000000000000002dc0577e8650a18516e3f74e5b20e377aafe5c6285223 1.37 MB 2,242 45
685,700 685,700 00000000000000000001a031c7ff632e6a8c1d95852468aaa17d8cacde17b6de 1.76 MB 649 13
685,699 685,699 000000000000000000003af0c73bf22f2267b0de1e8196db4f3fcd1b5a7d5424 1.66 MB 1,494 27
685,698 685,698 00000000000000000002fe7af65ea8f73101f5fa2cd85dea59cdaf8f8d857224 1.31 MB 1,502 6
685,697 685,697 000000000000000000000e6c4dd5b9d3adac8e6e0a798a1ea7a375022a66fefb 1.50 MB 1,773 49
685,696 685,696 0000000000000000000ab0245f65f77361453b3435bde2749c3d3d48df4575f6 1.27 MB 2,789 11
685,695 685,695 000000000000000000085a413ea2d432ea6f7f1bce4cf36c79d3885d3003ee1a 1.39 MB 2,459 30
685,694 685,694 00000000000000000000fedbec579926115a27223b8ccdebab9faec230ae068e 1.36 MB 1,698 54
685,693 685,693 0000000000000000000590dfc5de2fe4561785962f0264bf99a4579793f130c9 1.42 MB 2,700 69
685,692 685,692 00000000000000000001082d3bf87991d11ddf6597c16c54499f34caa3de6c1c 1.43 MB 2,686 45
685,691 685,691 000000000000000000085c5ad49f8e8bf3b65181368852e9797071104a5fb5ec 1.41 MB 2,211 25
685,690 685,690 00000000000000000005e4090ddd8520d5bc3ccc72cc78a84a1f598371ccc259 1.34 MB 2,511 50
685,689 685,689 00000000000000000003615a4b73fa90179cd9d97e1d7b66b20e1e548ad36a16 1.22 MB 1,433 58
685,688 685,688 000000000000000000024a58fa9cb18ac4da689b6410c6eb02ccf8920f1ae3e8 1.06 MB 510 56
685,687 685,687 0000000000000000000ca866787e39f8b51c9b88c8d521ff32db78e60bb2f001 1.32 MB 3,154 78
685,686 685,686 000000000000000000088ed778dabc87f36f258262d263ce2446ae1251a80082 1.67 MB 876 13
685,685 685,685 00000000000000000008e25dc9e807bfd2ceed2255006fb889ab66755afacf93 1.54 MB 1,520 12
Previous 10 blocks ↓
Total Size: 769.15 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,632.65 GB sent, 93.65 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.