Memory Pool Memory Pool Refreshing

13,949 transactions
4.44 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (222,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
685,545 685,545 00000000000000000004429bdb813fbbd0a1e1e1028a6492a0f91941516419c9 1.44 MB 1,834 58
685,544 685,544 0000000000000000000bb59ed291a18be659361de389a098a3b4a972b9bb1b26 1.75 MB 773 13
685,543 685,543 00000000000000000009c74b318dd7f2c54f3606c74d63517c7920a7e777f334 1.80 MB 420 8
685,542 685,542 00000000000000000009a7177a5594024b5a019e1dc15bef8e01b0b31a0cf05b 1.43 MB 2,201 32
685,541 685,541 0000000000000000000762b09a26df4b91d24ab6f1b7a14e55cfac0f43e64da3 1.41 MB 2,096 29
685,540 685,540 00000000000000000004525f68e987d56d51d4f3e561f17e14f476102532904a 1.18 MB 2,254 6
685,539 685,539 000000000000000000082d784f9e87ff2fc6ef96c96a5fd9caedc3a25c250a7e 1.28 MB 2,150 9
685,538 685,538 0000000000000000000661d14e6696a6aee0efb384edc37c7abfeed33f9ca088 1.51 MB 2,311 42
685,537 685,537 0000000000000000000229969839f9b07519d4132b7253967879de2e838ac552 1.45 MB 2,551 48
685,536 685,536 0000000000000000000a75146e9da2ad1e1f7ef0a9cb59a4b12167d04095ea5c 1.31 MB 2,700 78
685,535 685,535 00000000000000000006cf433ff89507b326f5f2e46438fce6cc80487efa9892 1.15 MB 1,080 68
685,534 685,534 00000000000000000008dfc771f310e555ffdd260f2d4e075843ab93dd7b2524 1.77 MB 1,619 30
685,533 685,533 00000000000000000000a71c42655ebd25a9a0c5d7cd92b5c55e637d7a4aade4 1.42 MB 2,284 51
685,532 685,532 00000000000000000003719264135423bc25bd94f633cc67f2305e2299e339a7 1.63 MB 1,126 17
685,531 685,531 00000000000000000006110d8afced0e5648d2c7755bac7d85fdd3a265a473bb 1.38 MB 2,003 30
685,530 685,530 00000000000000000007916f5f16a1c12be797f4619d8337943cf33f4b452293 1.35 MB 1,809 62
685,529 685,529 0000000000000000000c420ac8767d00cfb43f034db6cab9ff47f1ae1763e2f1 1.52 MB 1,972 32
685,528 685,528 000000000000000000054da4bf0afee7b999a8f20cc4a5bb19f1f21161df9854 1.27 MB 1,798 17
685,527 685,527 0000000000000000000b44057c5a9b199a05291adbe241ab03a71def8895f44a 1.28 MB 2,504 17
685,526 685,526 0000000000000000000758a734884015e791dee8aced3dcce049753dc5aeeacb 1.43 MB 1,642 9
685,525 685,525 00000000000000000001f26ff68854444170f1f584aec056e5e426b64436276f 1.21 MB 1,112 47
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, 114 incoming
  • Data Transfer: 1,622.93 GB sent, 92.96 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.