Memory Pool Memory Pool Refreshing

6,700 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,137 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (617,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,790 289,790 0000000000000000acb0113843d3a2a814dd6965831070bab20e9433ec06030f 0.04 MB 86 38
289,789 289,789 0000000000000000184f7b93540e9a1f8f2e855cf324dbfd96df9d37db4f20c6 0.29 MB 521 34
289,788 289,788 00000000000000008041e28852f1f47aa77c3feab466e5593b02f3443c2b1af1 0.09 MB 256 57
289,787 289,787 000000000000000083f5e476229e6558f7130c1c6898e5e8730ecdb74010e57b 0.03 MB 66 46
289,786 289,786 0000000000000000b4719498cd9877ac96c2ca93a37ac950ad31f7b5258372af 0.04 MB 93 37
289,785 289,785 0000000000000000bee4e1f01b313345207b469d60dd7a2347406aac060df755 0.12 MB 172 43
289,784 289,784 00000000000000002ff9680e80037b9cc29e616f68a519997d5551a55103975f 0.02 MB 48 36
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
Previous 10 blocks ↓
Total Size: 768.95 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,614.18 GB sent, 92.55 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.