Memory Pool Memory Pool Refreshing

8,623 transactions
2.92 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,981 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (160,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
747,177 747,177 000000000000000000098dce76a2ea2b5635b0ae5f885f3c58136361b391bb78 0.85 MB 1,588 12
747,176 747,176 00000000000000000003f570e7580a8e6b61365b8f2301903295aae55db72e7b 0.11 MB 254 12
747,175 747,175 0000000000000000000559d0f84ddcfda8013e5fdfbfc337fbba523ab7d5493e 0.85 MB 1,297 12
747,174 747,174 00000000000000000007db766708f3e29111fa51619afe20b3403c5d858a6227 0.45 MB 366 5
747,173 747,173 00000000000000000009db061be53f1b3e1fdf6c42d6b2d25ce941775e9fe9bf 1.30 MB 956 11
747,172 747,172 00000000000000000001b6013a9a7fd74d72f7b903438d811a8d24584bb6d030 0.89 MB 1,183 11
747,171 747,171 0000000000000000000149797e41ba11eaeb94e759ead6c857811003b996d54e 1.36 MB 2,193 15
747,170 747,170 000000000000000000045971fdacb3f83c3cb9fdef9bfc95e2f33cb55f6853bd 0.30 MB 596 12
747,169 747,169 000000000000000000000350461b01f45433ad640d02c60a0ef226c76331f4b3 0.42 MB 720 11
747,168 747,168 000000000000000000086ef12e93e11e5f2c8ffe5b4205fca1cbc9f6ea1099e8 0.36 MB 558 10
747,167 747,167 00000000000000000004251b784a131da610d2a7b934fb42c8873376c36d973c 0.25 MB 226 6
747,166 747,166 000000000000000000083c98c5cbd836a4a0fc6fcaae9c6107f5b7a327f4e377 1.45 MB 2,528 11
747,165 747,165 0000000000000000000a09950abf97f095b450d220bfcf360d72ecdddd201f21 0.38 MB 713 10
747,164 747,164 000000000000000000003f0483ff2834db6dbba14ebf59049ec086c7c4c6f203 0.63 MB 630 8
747,163 747,163 0000000000000000000370d7979e6e1efecf5beaf332de5bd116540274d5a4b7 1.20 MB 1,336 8
747,162 747,162 00000000000000000002f27a8fa931cd7bebd20deb732058124e5720c2e2816d 1.64 MB 945 5
747,161 747,161 00000000000000000003a15648440964a8479658c1f8c29b5a022e6e8d992468 1.43 MB 740 5
747,160 747,160 00000000000000000008dd71813af571e2dfe68fce3291bf268653e72e0efb04 1.14 MB 1,288 8
747,159 747,159 00000000000000000004c84f01983266a3982da331896bba1d6b1e6f4882ed0c 0.31 MB 453 13
747,158 747,158 000000000000000000098257def440e2ea1e5d0da60f6a98cf7f2317e73f09db 0.60 MB 973 11
747,157 747,157 00000000000000000005cc4bb9b1625c22f03f0e9df4b4879397860ff150d807 0.83 MB 1,674 13
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.67 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.