Memory Pool Memory Pool Refreshing

5,598 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,819 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,928 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,818 (618,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,783 289,783 0000000000000000efec96d59ba29860c7e82a226a2790b08e8b6333c9c0304c 0.08 MB 67 19
289,782 289,782 00000000000000011b26e67dce392b70d1f9ce9e4f0dfd8631012304f5180d29 0.28 MB 407 60
289,781 289,781 0000000000000000b62f8ba0e0bc3eca0a83e985ec59bc253678739f2e3d73e4 0.12 MB 242 46
289,780 289,780 00000000000000000a1460f815610f360c0e38b99ce9e77e8003514f48684f28 0.21 MB 321 24
289,779 289,779 00000000000000004c5d1bcdce79db86630dc71fa9613d87e587b6b311b6c91c 0.09 MB 256 59
289,778 289,778 000000000000000012ae02661bba6cc70b6522f0f074c8efb10a27440d5f7103 0.02 MB 32 35
289,777 289,777 00000000000000004f07903d2e2c0734a3726adc2494c1fff64669597abbcf1c 0.03 MB 78 32
289,776 289,776 0000000000000000c1e815af5088cc36a799e8ec256e81f0a0208a3f0256340e 0.19 MB 304 31
289,775 289,775 0000000000000000b54035122d7bc09c4205410d1b886214b6f9dc15da10481f 0.22 MB 341 46
289,774 289,774 0000000000000000679129d4a284cf02ede3861aab67abbb770ecbddf6e4aff4 0.04 MB 48 10
289,773 289,773 0000000000000000e95ddca4f73b296d4d61cb0db602b115827cb33998828e4e 0.27 MB 516 40
289,772 289,772 0000000000000000b38f9a0fb795f7f7c7eaa45853ab443b412d00095e63a7f1 0.04 MB 86 31
289,771 289,771 0000000000000000ec750f180ef56b9cd53a094e027c49ce670123f68095cb4d 0.11 MB 210 33
289,770 289,770 00000000000000006e653d2c86bee24a1215ff92ac3e7ad9c7370abaeff36438 0.04 MB 86 31
289,769 289,769 000000000000000062e9a959c840c6001676832501ac043884a688c64a6ca632 0.22 MB 433 32
289,768 289,768 0000000000000000f18b9e9dae160b6f7e586bcd59c056261201ae3414f00ef5 0.06 MB 119 33
289,767 289,767 0000000000000000d3ae0d5b94091e0892edbd430a36805043eab474dae0330d 0.27 MB 512 37
289,766 289,766 0000000000000000c15437d4f25d59db5cb9bea09166479f184da423c236c403 0.08 MB 256 48
289,765 289,765 00000000000000007805f4d42e989bf39f3006a96236dc5308a777a054125a01 0.10 MB 134 11
289,764 289,764 0000000000000000e2884a74631882b5dbbe6894a5f59c0a9d1deac9386dc9ce 0.19 MB 349 41
289,763 289,763 000000000000000033789815a0a544674000c359e50a53e575e57c039566bc1d 0.16 MB 192 23
Previous 10 blocks ↓
Total Size: 769.20 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,633.90 GB sent, 93.93 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.