Memory Pool Memory Pool Refreshing

5,517 transactions
2.15 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
3 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,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,332 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,700 (620,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,050 287,050 00000000000000013deb59b84bdd8725830a65656288d5a6a4c7ef549be9e72a 0.42 MB 792 34
287,049 287,049 0000000000000000c8c196798829b31d61ec1207ea3ba276fb2d2193ba453ae9 0.23 MB 381 31
287,048 287,048 0000000000000000ada8edfba5207a446545b26b0e4b41ae525fbb164a5e8403 0.06 MB 165 54
287,047 287,047 000000000000000116329e57d2ff441e45867b7361f1470a50d2b23d388104dc 0.26 MB 506 33
287,046 287,046 0000000000000000e2b709732679908aa950482ff88e04ddd57d4880fd27bbf3 0.14 MB 235 28
287,045 287,045 000000000000000133e163175778a5ce9dc9008bf085875c8517533cd297cf47 0.16 MB 205 26
287,044 287,044 000000000000000045ecc517bc3889b1d5a435daffb72599083775e23759d88d 0.42 MB 770 37
287,043 287,043 000000000000000039f501f278960715f8de57beff458805c095627237f61366 0.35 MB 567 27
287,042 287,042 0000000000000000e750f9d153cce5f3deb50b0fedab1213131552693a958a21 0.35 MB 1,137 55
287,041 287,041 0000000000000000cf6fa7227fe72b7e83d6e95d019ace8cdd95a41f166e861b 0.40 MB 761 37
287,040 287,040 000000000000000112c53364597954e79cc38f1ba7826a6420ad22a6f3be2932 0.04 MB 81 31
287,039 287,039 0000000000000000c3c5eefab84f2023f7d0b59f530704a03e6a966fe055bf5f 0.04 MB 89 45
287,038 287,038 00000000000000008d9708799cbe5d74e01df0736076e44dcc0e1c00d10e2095 0.20 MB 290 30
287,037 287,037 000000000000000157bc458b6a109f2366b602c71bccf528a273243e431092ea 0.04 MB 27 14
287,036 287,036 000000000000000102dbfcb61c4a158b09d74cbd565cdf33bbb85a2693de01ed 0.10 MB 63 4
287,035 287,035 00000000000000014f310520d600cc95f54a7e26536d4cf2f459b5df60da0bdd 0.09 MB 187 33
287,034 287,034 0000000000000000e43f8affdfb45eee683c88c2fb79238937324c2aea85f5dd 0.10 MB 88 8
287,033 287,033 000000000000000122c5b0ea37d81198353710b059a00d074814792ed87fbd47 0.06 MB 68 32
287,032 287,032 00000000000000015429cb1f12f292cfc5f0eec53316fc9d0e6007d7e39e63a2 0.11 MB 176 36
287,031 287,031 0000000000000000186a4b4be6f6fae206157d96cfb774964b7c87e3c522d0f0 0.35 MB 212 7
287,030 287,030 0000000000000000c7d9fd7a7def8c648dca6eb930a5e6f240ba9862fdf05b07 0.17 MB 380 32
Previous 10 blocks ↓
Total Size: 768.99 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,616.52 GB sent, 92.74 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.