Memory Pool Memory Pool Refreshing

6,416 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,842 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,889 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (617,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,895 289,895 0000000000000000a1e7a9c85fcf2b4e2d8745b14b066da490470f3453c7aa4a 0.34 MB 281 18
289,894 289,894 0000000000000000d53651e9e68c302d70b0e8705c321cf1274114a482fdecd5 0.35 MB 956 57
289,893 289,893 000000000000000072faeaf071cda9cd5325e8fd0c2ddeac6765b57f954e7521 0.73 MB 172 12
289,892 289,892 00000000000000000196731c80103416b32e70bf7158796dfca7cb3b23322ecc 0.90 MB 665 16
289,891 289,891 000000000000000012cd157a76f1df9e5e8cc2e41aee36fc2c0169be97bafba0 0.22 MB 512 37
289,890 289,890 00000000000000010b4b5b4a95ffa193b8dc0929977a55c03e37ff49f270f066 0.35 MB 848 38
289,889 289,889 000000000000000027e5c224c26df2c77d56ffd3c108b7735609b794c5be385d 0.25 MB 706 48
289,888 289,888 00000000000000003d40c6e1be0e284328d2ab9cc212a6740329a8f6a5f201e4 0.25 MB 877 78
289,887 289,887 0000000000000000b371bb8eae4d87039a1c2e979ae1e74b213d3723aecbf30e 0.90 MB 1,380 29
289,886 289,886 0000000000000001020f8437c01bc2ee3e10914523369cf8a594b69a462f36e2 0.33 MB 256 16
289,885 289,885 00000000000000008a0339155fabd5c6112fc5107bea5bad72f1a2fcc7c57620 0.35 MB 343 32
289,884 289,884 0000000000000000396b20090cc7df131aec066fdd9f11671170332224b910ed 0.50 MB 1,040 35
289,883 289,883 0000000000000000a57913baec32a8750ed46bb5d5daab50753c524008446a89 0.60 MB 484 18
289,882 289,882 000000000000000059b98fc79e0ac2c1ebcdd8d5d5e26f0ce28cb4392c82fc03 0.50 MB 654 25
289,881 289,881 000000000000000033fbfe8771a9426883311cc75087127a4b2601b21ff0393e 0.35 MB 414 24
289,880 289,880 00000000000000006646985425d6a5da68ae4eda387a4b2db05b4811aee875a5 0.75 MB 1,865 44
289,879 289,879 000000000000000100207dd30f17996e56b804f9d2c974dd840706434c9abcd8 0.07 MB 145 75
289,878 289,878 000000000000000039a5c9aeb012927a50995eee4f64e1d4e527d0835f443af5 0.86 MB 1,096 27
289,877 289,877 0000000000000000dc845bdfd77cf3278df3031adf3d99e13e5425b40c30645b 0.35 MB 1,067 66
289,876 289,876 0000000000000000b0ff4ecb7e32cc23c3d62a014c105a97d02a3eb7ae346c31 0.56 MB 1,074 34
289,875 289,875 0000000000000000c3156965fbf29ec5edcee7093a07817a00a356596cad5814 0.27 MB 450 31
Previous 10 blocks ↓
Total Size: 769.24 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,635.08 GB sent, 94.15 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.