Memory Pool Memory Pool Refreshing

1,498 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,497 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (635,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
272,279 272,279 0000000000000001f2d76f07a0e9ff26b559df5de2cd7a81cf9a967fac352401 0.34 MB 723 49
272,278 272,278 0000000000000001a6ed2421cf4d8751d6886d1b0a4c2aa128991863b8011205 0.22 MB 459 74
272,277 272,277 0000000000000002ba6c0238f591039a73e28189b50ba54d078ded32bf7ccf93 0.35 MB 544 17
272,276 272,276 000000000000000571594ff9bb965d22617d3a7c003303db05ab76fc3448e678 0.15 MB 133 12
272,275 272,275 0000000000000003e935a46a8133b4bb13268ee0893b55a7bd42aa95487f1021 0.05 MB 145 27
272,274 272,274 000000000000000166aa8aafa618ef4398daadc77b7ce1fc5c551785667370d3 0.12 MB 328 45
272,273 272,273 00000000000000011c02b1c83acb633d730608453f8249209681d45e82c83026 0.03 MB 84 14
272,272 272,272 0000000000000002b1cb9fd9f0811b76ae75809b8391bc95da5e4e7ce2416109 0.24 MB 599 76
272,271 272,271 0000000000000004eb94e6256c0097d2f99c3cbeb12eef3d46b77a5421f3cd8e 0.04 MB 97 27
272,270 272,270 0000000000000004a434170b2b721d4013621940ed69c0e65bee0a04d4a1e683 0.03 MB 50 12
272,269 272,269 0000000000000000de8c93d022730855e9f0d0cb2e6cd2d10b1c646c7ec08724 0.15 MB 144 17
272,268 272,268 00000000000000022d49afa0442281ed494cbfe5dcc79785c366288873742c35 0.25 MB 515 57
272,267 272,267 0000000000000004e68950fa5b69d1e1466f38cda51511d47acb8d5aee53645d 0.19 MB 425 51
272,266 272,266 0000000000000001a8e65b7a861375b30cc44a05ed9795861f21dc43523afe1c 0.02 MB 42 71
272,265 272,265 0000000000000004bd418fc5061edf88b7c2e749cc854d445f5ca1ba7341f929 0.18 MB 323 47
272,264 272,264 000000000000000091b035e575d44c22b8268bacd0282df4b4fd530d441bebb3 0.15 MB 396 55
272,263 272,263 0000000000000004a4f0a273c2828cfb2f791379cec3e489cb752798dfe56d25 0.22 MB 397 42
272,262 272,262 00000000000000047fd8479648064adadbae3e5934068def8feba04d5f70827e 0.16 MB 384 113
272,261 272,261 000000000000000364a27300f7f72dab700c0e038deb373bab44ab83db34eae5 0.22 MB 267 23
272,260 272,260 0000000000000002471bc9909f78a1ceaf1178f32ac34d89351ae4115e8539b8 0.25 MB 576 49
272,259 272,259 0000000000000004ae136d414b5bfdaf99ba77f8c0c7a6312b331b9f7f2308d6 0.25 MB 712 61
Previous 10 blocks ↓
Total Size: 769.14 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,631.95 GB sent, 93.59 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.