Memory Pool Memory Pool Refreshing

3,667 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,571 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (602,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,863 304,863 00000000000000004a29639abac9f4b82774c2c9c86752ba607c67229c9c783a 0.40 MB 240 15
304,862 304,862 00000000000000000c1427c78ea5a5317168f813ab1ac652746ad029d6684a15 0.35 MB 745 31
304,861 304,861 000000000000000058c6be0b24e1f93527864c128e5b6282f8d2300ba332138d 0.31 MB 512 23
304,860 304,860 00000000000000005caf83a1c7e8a347b65f5867268198fa741490ab00c22d8a 0.35 MB 962 41
304,859 304,859 00000000000000000e6bbbf21f20736355e32142ef1eb38355ba4484437fe609 0.35 MB 487 21
304,858 304,858 0000000000000000474dde995e4b10931fd0e87284bb544bb17d111470effebe 0.43 MB 463 16
304,857 304,857 00000000000000000bb2cbecb4db84d8bef1bf9922a93199678d8af04a8a80d0 0.34 MB 667 32
304,856 304,856 000000000000000006cdf459f3aad77c28cb0ca808e18100eb265013f1f383eb 0.06 MB 136 71
304,855 304,855 00000000000000004d781e979ce38005665b3ae568a91094c167d9ab173f7b7a 0.27 MB 368 30
304,854 304,854 00000000000000000377f03c12fc024aa36f7efb445f564d338f93b7544dceae 0.32 MB 255 17
304,853 304,853 0000000000000000075ae2baab11e3392aa70085af7c6fea4909cdd631c7c63e 0.35 MB 770 35
304,852 304,852 00000000000000005198e106b197c273cca0f9acf74921c840c3ca9dd614ad9a 0.32 MB 426 27
304,851 304,851 00000000000000000ab1337237c10b23f4e2a8df3dab675b7e059ac1bd7193be 0.35 MB 316 18
304,850 304,850 00000000000000003cae9856dd87675955dada9c647bc9f22d0882c9ace73903 0.75 MB 1,425 31
304,849 304,849 00000000000000003afb1fdf0867fc063775e69f9ae79870bb8727f25b49e88f 0.35 MB 846 41
304,848 304,848 0000000000000000065dbf3b5a0c53e7243fed1f0c791317b32a3aead1003685 0.75 MB 978 24
304,847 304,847 000000000000000045877a8e19f44875846183318a67d6af7910e89b31a91d60 0.35 MB 654 29
304,846 304,846 00000000000000005072f07ea1cc73712f42ff24b203b7e28ae622012a1b1ed2 0.17 MB 512 59
304,845 304,845 00000000000000002f76601d776537ca7e025109e14815b9ff3a41460428e118 0.35 MB 509 27
304,844 304,844 0000000000000000078b052209ddfab04eec4d16d99cb0b267728e2559725d94 0.15 MB 54 9
304,843 304,843 000000000000000003cb27bd9047b28b03cad525e50aaab97262ae187ed3bd63 0.50 MB 248 15
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.