Memory Pool Memory Pool Refreshing

7,937 transactions
2.44 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,818 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (446,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
461,072 461,072 0000000000000000000fe724773519d1d183022f77a1ee54ef3a5c08cc4f014a 1.00 MB 128 15
461,071 461,071 0000000000000000013a9cf4b91bf87d443292ca8e3b7e20cc196041643bd9ef 1.00 MB 384 39
461,070 461,070 0000000000000000020a8aa4f1d9f4996fb47a826817b0048a3de8291e2271e9 1.00 MB 488 46
461,069 461,069 000000000000000000b456f7d893e8ec97d4015f1c1d838884669dd879013df0 1.00 MB 1,686 119
461,068 461,068 00000000000000000131f75ce129576c32c05e89ae04e452f40b1cdb5d2913f4 1.00 MB 2,026 146
461,067 461,067 000000000000000000d48f7350f0b5d45feba9900a7e747c3da0c62f56bf81b3 1.00 MB 1,102 88
461,066 461,066 00000000000000000015db781cc2caa8522c933e54bcea726a41fffdb9bc90b4 1.00 MB 869 63
461,065 461,065 000000000000000001e43c0d6ab574671d8b9334761c1f1ee36aac946d25c7f4 1.00 MB 1,155 36
461,064 461,064 000000000000000001475737ecac8b6d08c868e63efdc4493603967a0090b82b 1.00 MB 2,205 148
461,063 461,063 0000000000000000001cae43f42b91f9effe23b45713597627912312cbc85cb1 1.00 MB 1,638 120
461,062 461,062 0000000000000000010aec1403fad1e3849fe3484766c0d3258a346e10f224dd 1.00 MB 2,259 78
461,061 461,061 000000000000000000d05c402396ddf1d8a0e0391eea55c33754758086d9b7af 1.00 MB 2,726 193
461,060 461,060 000000000000000000244005efcb3aa6deea2def37b84dad121d821f0aab6f67 1.00 MB 1,521 121
461,059 461,059 000000000000000000209af78ab17c8fe63a3d1c0927e5d50152cca7aa24bb0d 0.00 MB 1 0
461,058 461,058 00000000000000000210e9ec69eb961b7bbd3d8d37bb3b27e7495bb5cee75dac 1.00 MB 1,390 55
461,057 461,057 0000000000000000022c07c0188505b052078e959dd31ea38021f10d5d11bf54 1.00 MB 2,399 172
461,056 461,056 0000000000000000005aba19d807260f359361a9b520ce9e12be7d04cabde9a4 1.00 MB 1,163 59
461,055 461,055 000000000000000001f97f4d6af5700266323d0b6ed99e663b5f20158819e4f6 1.00 MB 1,946 156
461,054 461,054 000000000000000000be4d2fb08d06cc195c94eb5a3dd7d487abfee868d83503 1.00 MB 1,410 84
461,053 461,053 000000000000000001f4c1a97ece3b090a1e93857fe207620b4692d73ff4fcc5 0.00 MB 1 0
461,052 461,052 0000000000000000015ce6052f04491f9f7ed5a4cd8170f7038b8a71bd873085 1.00 MB 188 165
Previous 10 blocks ↓
Total Size: 769.29 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,635.62 GB sent, 94.36 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.