Memory Pool Memory Pool Refreshing

8,654 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,961 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (618,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,993 288,993 0000000000000000c9a191f24506c7eaa5b8a61732d24af080f1ffdd79e0773d 0.35 MB 853 46
288,992 288,992 0000000000000000273cdde8399a4326c11458f77dc38351cde46bc2890c23ca 0.47 MB 226 16
288,991 288,991 0000000000000000cb600de504e85d39c38357b4f27c87c26a8c8eb6e3f6aef8 0.25 MB 576 42
288,990 288,990 00000000000000000bbde882d83d677cbb8cc750c23e033fa7f08ba9fb4f6205 0.35 MB 445 27
288,989 288,989 00000000000000007202b8fe7b5eb39186eeb72fc1466f3b62ff6c332a5b1137 0.31 MB 204 16
288,988 288,988 00000000000000011e1a26bf035331605292982818e4b2f1e03a7b5fcc3dabb7 0.25 MB 160 14
288,987 288,987 00000000000000004408329ad32c6121433df3093c04dcf804b4498f4362aae2 0.22 MB 512 46
288,986 288,986 000000000000000079ebf3e5ab61fd9dbe7cf071992f2bb1116696bc912ce12a 0.15 MB 256 26
288,985 288,985 0000000000000000a07712f60063a24eaabef548967bf423e2bdb647a8715034 0.50 MB 1,423 53
288,984 288,984 00000000000000001837f5520a157965f1dd24e605c7a9053e7d6fdd73cbb6c7 0.05 MB 83 81
288,983 288,983 00000000000000008ab2a6e0dc5cf86324cdabe2d241ef9b79d5c0d4901dcae6 0.34 MB 494 28
288,982 288,982 00000000000000008424768d0cd87d4e511d7ce24db95bc9b7131ff9ee771144 0.10 MB 153 40
288,981 288,981 000000000000000103e81e417e48fce6c339d4c5b7d17cb01cdd25e9b0a2d1c7 0.10 MB 210 26
288,980 288,980 000000000000000073fdfab39ccb4c923a0360174131195012962ee7c0cee873 0.23 MB 382 33
288,979 288,979 0000000000000000c6e20dca0c12c22a2ca80b7743d21ddc25857c54e9641849 0.50 MB 822 36
288,978 288,978 0000000000000000ecbfb62f77a6f44fdc1ab3c458ed89b723b32b9493146423 0.06 MB 104 28
288,977 288,977 0000000000000000e270bffb9b9cc6faee0469f75ae9eb432e4db484bdd1f6b2 0.08 MB 174 44
288,976 288,976 00000000000000005ceec9b20d1c08f88c29350b17803e82075b9423d607c09a 0.38 MB 416 27
288,975 288,975 000000000000000047324473922cdda50447afb7a5313580d5820cae4ba64d96 0.15 MB 169 19
288,974 288,974 0000000000000000f48163b527c1db645698cc1ff2db5d061f78c16b8cdfb0ad 0.06 MB 128 37
288,973 288,973 00000000000000010e9f0eb3b22fa467086136da717c7dd46f838859a4bac5db 0.12 MB 240 31
Previous 10 blocks ↓
Total Size: 769.04 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,626.68 GB sent, 93.07 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.