Memory Pool Memory Pool Refreshing

6,246 transactions
2.30 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,094 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,058 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,093 (800,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,120 107,120 000000000000670581a76655db7271250223ce56c73b28ebb43811d283e5faaa 0.00 MB 8 0
107,119 107,119 0000000000022c2e8ce4d8500f56a42695e11beea947e9438c0326e2e0f7415c 0.00 MB 6 0
107,118 107,118 0000000000005d96687967e25d2a4aa1de5ff15c295bd8eaef362642dac3451f 0.00 MB 16 0
107,117 107,117 000000000001b0252859df01207a164b0f33cb20bc22a3695a9e6391c0296c03 0.00 MB 2 0
107,116 107,116 0000000000008b7b215cb9a3c8377ee9034fdde19f5ea09138dcbdc6563719a6 0.00 MB 3 0
107,115 107,115 000000000001ae3cadfe553ab00116ad12c2278842e3bb3bec2a084ec5df9236 0.00 MB 5 0
107,114 107,114 00000000000253288adc8c89dbee431e59c86ee7fe522d0923ffb48fffed56c9 0.00 MB 6 0
107,113 107,113 00000000000277a0b74b58e0140c92c314cae3dce11ac0656130dbe12493e9e2 0.00 MB 2 0
107,112 107,112 0000000000024bfe9e3f1400687f688d0ea0cbdb9768b30082181c6f7d43265c 0.00 MB 5 0
107,111 107,111 000000000001dfc1ac2bab7edc795568e07fd11c8cbf7f47faf41b20037c5f13 0.00 MB 5 0
107,110 107,110 0000000000014957a0e7545bd1d8271349cdcc78fb72d3478518f1cb64fafd3b 0.00 MB 18 0
107,109 107,109 000000000000b1eee72241786d432be37e35bbedaa2fb1125367e19a3eb069d8 0.00 MB 2 0
107,108 107,108 000000000001793ec04a95bec6fe2a65715b16df808d9a0e1765952b3ea905be 0.00 MB 7 0
107,107 107,107 000000000000cc3f0e52e8e98d51660928807cfd7f093f43b7b1cbb1799bfaee 0.00 MB 2 0
107,106 107,106 00000000000164e3fb9d676991286bb1c2eee9442d897c8c86c01c51a919d33e 0.00 MB 4 0
107,105 107,105 0000000000024d49ed9cfba9c2180946d932e1f17bcead75a85f2449998b0686 0.00 MB 1 0
107,104 107,104 000000000001bb691f95963652d265270f2d5e59145030631da2cb472fced2b4 0.00 MB 9 0
107,103 107,103 000000000002504377687f1ce100de367bac372a09388265450664bfff1980d8 0.01 MB 29 0
107,102 107,102 0000000000014ad1938ccf2011110bd52451f69b0ef4482eafba7c1968d094a6 0.00 MB 1 0
107,101 107,101 000000000001bf08cefd7791ca1be81d9eddf9ed76b3f7cbd243247624d8bedf 0.00 MB 3 0
107,100 107,100 000000000000db9415e1a515894bf33d4f2523b05055bedf2087093cb6459125 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.72 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,677.76 GB sent, 96.51 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.