Memory Pool Memory Pool Refreshing

1,057 transactions
0.30 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.29 vMB 1,044 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (179,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
728,785 728,785 00000000000000000001486cd0fda6c19fffbc8d7d111b41a60275f1746ec52e 0.27 MB 540 9
728,784 728,784 00000000000000000002aeda5ebfd2cbe44600cd41e80bc2e586777fd4e630a8 1.30 MB 1,988 8
728,783 728,783 00000000000000000000978691408082f63ff992d3bc498e531a20008a5800e2 0.93 MB 1,506 8
728,782 728,782 000000000000000000078c7bd2cdd8745b22710eca43b17adb2f077816808acb 1.67 MB 1,125 2
728,781 728,781 0000000000000000000510da526b9d8140ffcaffe424075f2fa84aa622dc0bd4 1.77 MB 724 7
728,780 728,780 00000000000000000006ff68e185c25aed851eaa733c4a8fc6debccf1c98100b 1.66 MB 1,229 10
728,779 728,779 0000000000000000000901dc1354adabf4803256cb92eeb13031c4476dcc8a51 1.66 MB 1,847 5
728,778 728,778 000000000000000000023fc435feb6181033f21695a7bdc6a79163a01094dee2 1.60 MB 2,693 7
728,777 728,777 00000000000000000009c766b66a25d0a4a281fc43070c0e6adc2c8fd653af6b 1.34 MB 851 4
728,776 728,776 00000000000000000002398b09aa70fb5de3d82ce3249f9444e96f96b9132fff 1.43 MB 1,951 6
728,775 728,775 00000000000000000001593bb754f0d6ff9922158a362a1b5e711569bf31e801 1.58 MB 2,824 16
728,774 728,774 0000000000000000000622b2b0bb1ab6a40c36aeae72e94a707cef9dffa8e8cf 0.27 MB 416 8
728,773 728,773 000000000000000000070c0242b23f4477ab97dce97e6e20b675e93388b02661 0.50 MB 853 9
728,772 728,772 00000000000000000006a2e6b1bf2f9a51182cbfddb7f1a7bba1854487d60dd9 1.02 MB 1,834 8
728,771 728,771 000000000000000000018a2b56ffeb82c75f1d8138914d28b72591bc1211d37a 0.84 MB 1,381 7
728,770 728,770 000000000000000000092eef4ea7c7510bf9004c39ebd0082259ffdf27c3ccd7 0.74 MB 1,173 9
728,769 728,769 000000000000000000034598cb13dc6701da9143309cad090b570d3d293a985e 1.66 MB 809 3
728,768 728,768 0000000000000000000286be68e8cf757e995a4714de8244aed538654d433af2 0.51 MB 1,149 9
728,767 728,767 000000000000000000045e19b0373a0ef0c28e08eb89d8990ff0fd3375815c6f 0.62 MB 998 8
728,766 728,766 000000000000000000012256f1ad0932b9d7be73f7d293f0b3eabe7015f71069 0.41 MB 519 6
728,765 728,765 0000000000000000000a2eb51a5c59e973641852250bb585304cda433a556a16 0.92 MB 1,771 8
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, 113 incoming
  • Data Transfer: 1,632.65 GB sent, 93.64 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.