Memory Pool Memory Pool Refreshing

6,759 transactions
1.96 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
908,573 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,025 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (863,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,997 44,997 0000000035b1581da0c49e29265d6c1dc42789f4da39ec214d6a69dad7a3c1d4 0.00 MB 1 0
44,996 44,996 0000000029d04ceea04104f14cc741e1649531c5f14974e243812cc09b20a22b 0.00 MB 1 0
44,995 44,995 00000000269ac81d97c0c5ebe8f61ca260bf055ed2e318d4f56385ed96429431 0.00 MB 1 0
44,994 44,994 000000001189d385696e7cc7182815f3ae5c84bf7ce13ff1bd5c3573cefa3a43 0.00 MB 1 0
44,993 44,993 00000000307e594e466eaa81f63ca8efb67917670eddb95ca2de74c96fca0e95 0.00 MB 1 0
44,992 44,992 00000000098b41febda9752e37e3ccf0eb2d7419c1ac48ff7780f870df03699b 0.00 MB 1 0
44,991 44,991 00000000192d5f4d195321a310e5d9309b1f3f3792c66fbb503d3f42983cf052 0.00 MB 1 0
44,990 44,990 000000000b5b077ad6df14262ef7a3cb9221c9d3ac9da97d0cbaefbee4f9b057 0.00 MB 1 0
44,989 44,989 000000000678c373185308f6abb097cc16cc60d4477019798d7ac1095e88e7a4 0.00 MB 1 0
44,988 44,988 000000002fe9568d918e5c0198d2027f1e11712c907959bea806a734465874b3 0.00 MB 1 0
44,987 44,987 000000002da3af0b283e12f41c144de9a8de2c47d67362d826380264001c64b6 0.00 MB 1 0
44,986 44,986 0000000002eb0cd8f40d775a000c256d5ad5668d1255c638a8860369f050d7eb 0.00 MB 1 0
44,985 44,985 000000002db724538f2179fafbe0210f46fe8e5059a553bd62f940a493ba9c9d 0.00 MB 1 0
44,984 44,984 00000000055e8259140af3d3b2174fa80bbd95990da8de7b4dd1429d5d329da7 0.00 MB 1 0
44,983 44,983 00000000150f37636866e70f0f39830fe480d99a9e86d6a48c800d62da746a96 0.00 MB 1 0
44,982 44,982 0000000029913d96fe542fe72adda280960b34beac5dee9796c6e1d0e141300d 0.00 MB 1 0
44,981 44,981 0000000036fc454ea268384bd930ffecdbea2510a14dbbe86d19a28b8b7d3b09 0.00 MB 1 0
44,980 44,980 00000000125d11425303792e619432b40d363f50d9cdcb508ffac7016e9952f2 0.00 MB 1 0
44,979 44,979 00000000055ea45e43be940932a0cefc0c3389b2121583589cdf5208b5cf182d 0.00 MB 1 0
44,978 44,978 000000002c6135402769d7229a78069a8f12ddf9912f40d5caba7309fe37c908 0.00 MB 1 0
44,977 44,977 00000000160ee4f9abe93a8895ff7d3cd5ae7660c47dbe35311caf03d211653a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.