Memory Pool Memory Pool Refreshing

350 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 340 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (320,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
586,893 586,893 000000000000000000118aa7df60173bb928f1f349f2d60d40abeef75b5cb494 1.16 MB 2,378 27
586,892 586,892 0000000000000000001595b7ebb2b7292766b76a0c3907c80960ab1db85f9cfc 1.21 MB 2,817 71
586,891 586,891 0000000000000000001dde58712fd093b8bf5eef9bf27c577553f136e7865294 1.19 MB 2,207 52
586,890 586,890 0000000000000000000c534e331a3c0725594a966736ff6d3ca4f1be5358e6d1 1.33 MB 3,346 47
586,889 586,889 00000000000000000001c0aced15902815f5b4a231733e2a89dd01c96cef19ad 1.31 MB 2,832 81
586,888 586,888 0000000000000000000fb20b423be72111e8fbbbd5f0319c1a6e554eb7b9567b 1.38 MB 3,252 64
586,887 586,887 00000000000000000009400493ff30b62f7bf9fe750d3b694016bc2461727d15 1.63 MB 1,212 18
586,886 586,886 000000000000000000041a98fcc86c5d4e631e1e7fbdba568b14c28ac3cd851d 1.25 MB 3,160 45
586,885 586,885 0000000000000000000b587c0048082737f2b526439d157126432b2a90d0a0f5 1.19 MB 2,939 42
586,884 586,884 000000000000000000090b73168c0e3571a56a48b6418050bb78ba952d78ec50 1.12 MB 2,582 24
586,883 586,883 0000000000000000000ea0fe57abdff537c7f70089b3aefd879eeb229ddeb0d9 1.32 MB 2,557 43
586,882 586,882 00000000000000000016396b3f54868acbf48127bd0b5eb6d92ba1206f380a1c 1.43 MB 3,356 67
586,881 586,881 00000000000000000017839f97acd2b2e3210da6f20d1bc4ca0e56d389a648b5 1.40 MB 3,237 47
586,880 586,880 00000000000000000008ac2db75419da0b3ff78e1127c9bc22cfae327179a4fe 1.57 MB 2,624 54
586,879 586,879 000000000000000000126176f33a0df200768e5925fb64f615fec88890aae96a 1.41 MB 2,384 69
586,878 586,878 000000000000000000160c6867d50f1100e24ee129bdbd57074f37cb1a9ce6ab 1.26 MB 2,969 46
586,877 586,877 000000000000000000052a8871cde304af8e1865197ddb2871f3ac16113dc558 1.27 MB 3,137 43
586,876 586,876 0000000000000000000b384952a62a717341c015c419bec1073a346ff0ac65b6 1.51 MB 1,564 30
586,875 586,875 0000000000000000001e653da3ceea42fee143a77a49216ba1d363571fb60ad4 1.23 MB 2,466 32
586,874 586,874 00000000000000000001f6a225613cb795ffbb6d7385c0027934f603656616b6 1.35 MB 2,942 59
586,873 586,873 0000000000000000000e1ad8f125c3dc10ccc3386d2aca02d943bb5b556bf572 1.44 MB 2,309 33
Previous 10 blocks ↓
Total Size: 769.28 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.50 GB sent, 94.30 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.