Memory Pool Memory Pool Refreshing

1,485 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,477 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (799,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,876 107,876 00000000000046ff2eacc94373b17cb6a7b3640c5246ac9c06e7036463d56dc7 0.01 MB 37 0
107,875 107,875 0000000000018345e5bcdf1216b2e8436ab545da3768671d5e5ae28fa12a22fd 0.00 MB 9 0
107,874 107,874 000000000001c5c85451645d9b2316434ded391a148b69ea4fb8ddf5cd883d4f 0.00 MB 2 0
107,873 107,873 0000000000012088f3f3cc7df3e086b2423895cbdaa23e3a0aadc68264b4e06a 0.00 MB 1 0
107,872 107,872 000000000002447bf68efdb87af52d72cd57f33d20fb1955a421db180b1ee840 0.00 MB 6 0
107,871 107,871 0000000000005424b833ab1c1c2cc3afd97d6e0e98e737050265761f9220115c 0.00 MB 9 0
107,870 107,870 0000000000018cf821cbe0915d8d236ddadbe6cfb2ed9325074b4b008e5e5eaf 0.00 MB 13 0
107,869 107,869 000000000001d598e022233aabcd1ac65d1704a24e3e0112f2da85aa3ca4ffea 0.00 MB 1 0
107,868 107,868 000000000001a16efffc99eb9ebf8254fd41c3bac26007c72c786bdb5b2d2bc9 0.00 MB 10 0
107,867 107,867 0000000000022e5ddf2ca04e3009843015c8e0162a0822c243f157507e5f88cf 0.01 MB 26 0
107,866 107,866 0000000000015be2f7a292691c1465f360bf2a9da87c73e93c63a3b3795e7759 0.00 MB 1 0
107,865 107,865 000000000000de0a7bbefb8fbdac1ce67676463437e0dd7dd992fe45553da65a 0.00 MB 3 0
107,864 107,864 0000000000011c026c230b991c915e9c2ec06dbcaefb51367688a9da8d69e8bd 0.00 MB 1 0
107,863 107,863 000000000000c8472fd899b408d834275ff6ddaa87d694887da06a28dece85b3 0.00 MB 1 0
107,862 107,862 00000000000184a758610996feceef4b0248bc7698f8b4398904daedb0f0e679 0.00 MB 1 0
107,861 107,861 00000000000175c1f57e2ad85edd2935299a33059a2f05e26a85a9184338fb92 0.00 MB 2 0
107,860 107,860 000000000001131e82d1a2cee4744984ad59fee04628137f476aa9d15ca4e75a 0.00 MB 9 0
107,859 107,859 000000000001a9ec9f2d6ecbb4c9ca7dd9991e3096a7622372f39e806f53e343 0.00 MB 1 0
107,858 107,858 0000000000008a0ce50e42bd76954343c4d341bbe25714d4c278f0182d5590bd 0.00 MB 9 0
107,857 107,857 0000000000012165c81812bd38eec2ba253af130de11bfc25562abcbc22cf27b 0.00 MB 10 0
107,856 107,856 000000000001bbdfc6520678c2ec4de2564832b6d4670cb5fa966ac3dda18f9b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.07 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,628.06 GB sent, 93.23 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.