Memory Pool Memory Pool Refreshing

6,674 transactions
3.43 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,688 (542,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
365,567 365,567 000000000000000000db7c716b995f2e6bf826dcadce9918cf21b6efc075af79 1.00 MB 820 17
365,566 365,566 000000000000000011e401c5df8854054b44d0c5055879472fe4040bc7c5aa6e 1.00 MB 1,822 36
365,565 365,565 0000000000000000076dff934c601e4e8afa69431099c48249e49bc9ac5ad799 1.00 MB 1,009 19
365,564 365,564 000000000000000006cef5850700b3f17c2e0e385e1e5cf576765a342990e5eb 0.92 MB 465 11
365,563 365,563 00000000000000000989e95b9f37fb0926afa4e11b0755d2da0670ea392f1ef8 0.24 MB 373 32
365,562 365,562 00000000000000000a4a979569491ca1cf36a0aa3c951bd3fee6f274ee62ecf9 0.93 MB 726 13
365,561 365,561 00000000000000000ddce067c907ad83e51bbf3395a237b7c37aad4aca834fbe 0.93 MB 1,512 32
365,560 365,560 0000000000000000008b85fc05866c4d224250a8ae5d4f07eb88ddc2c2a2d761 0.12 MB 200 35
365,559 365,559 000000000000000000b299c1d0df05fe65ab6b31de1d6c22c7f62e13466caa6a 0.33 MB 583 38
365,558 365,558 00000000000000000bd0c97a5f3dc07f260ab822b5f205f8a1cecd2ebccbf927 0.93 MB 1,765 34
365,557 365,557 00000000000000000b5b4edae83468ed682ff6108dbe22df6c22f25e171f2ba5 0.95 MB 1,319 28
365,556 365,556 00000000000000000dcf11d07694c85eaa0b9a8171b117ce83e24e6277fece9c 0.93 MB 2,529 59
365,555 365,555 00000000000000000379a7ef55c4fcbc6f39aded71be390ba2dcf36f0389c290 1.00 MB 1,996 41
365,554 365,554 00000000000000000ebcd0c0d829a57cf50c7c3be55c40377d4462625220a87d 0.24 MB 408 36
365,553 365,553 00000000000000000f12d28a05fad786771b6ec2644432a81302093b73a19f50 0.00 MB 1 0
365,552 365,552 00000000000000000578715e3f663013e8b07e930ebde2e7c4a5dd2f142e6efa 0.95 MB 1,113 30
365,551 365,551 00000000000000000a3381e0510f85a6c9869ef8d7b2c597157c59b940d23f37 0.80 MB 1,851 45
365,550 365,550 000000000000000006f0a8a07eeb71ffbb53d962ecf5ab6a18d1c2db3f6bce86 0.29 MB 552 39
365,549 365,549 000000000000000008138beee1783dd54cb093c0ec0ab61ed5edab8aceb85baf 0.93 MB 639 10
365,548 365,548 00000000000000000d1d476b782729a51175586fb8898eb1f22ac35902366ae2 0.75 MB 722 19
365,547 365,547 0000000000000000092cb6f75ccf0c82f283b1d1ca9ab7a2e5a1d5f718b85250 0.75 MB 269 7
Previous 10 blocks ↓
Total Size: 768.96 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,615.37 GB sent, 92.63 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.