Memory Pool Memory Pool Refreshing

13,976 transactions
4.45 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,386 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (15,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,864 891,864 00000000000000000001e87da2ed1cf0cb706ec5f41a5cc8e7ab32f8e600baa2 1.19 MB 2,197 3
891,863 891,863 000000000000000000004d87261d29a3d8cfbb9e9e018fef55ac72753e2e455d 0.21 MB 355 3
891,862 891,862 000000000000000000000272f2a69de5aa2643ec85797721cbb209c51dd22c26 0.03 MB 73 6
891,861 891,861 00000000000000000000c6bfeb7d0c9d66dbe510b0e628160d56d92478127ae8 1.16 MB 2,338 3
891,860 891,860 00000000000000000000de269b57c3a0398515397bf6e117938acc071f56f0e8 1.44 MB 2,381 2
891,859 891,859 00000000000000000000bd51c941c3cdb982deff58a3f196af48fda605c74353 1.89 MB 2,950 3
891,858 891,858 000000000000000000024626fc84aaf1017ab5fd53acb59cb7e082a5f4672c8f 1.65 MB 3,513 8
891,857 891,857 000000000000000000012adf27d1e97d3a9cb3cf2cf48e3e657794656f7f60c8 1.67 MB 3,058 4
891,856 891,856 000000000000000000022d5b1d997ea7bf230e025ea5256e803eede8a272a5c1 1.00 MB 2,369 5
891,855 891,855 00000000000000000000e58b51379cebaecd2cac7392a3537295bbdd8c69a573 1.35 MB 2,548 4
891,854 891,854 0000000000000000000120f5511eeeba0a155a0e23f381d1587c738152ec4a64 0.35 MB 694 7
891,853 891,853 000000000000000000005c29f5727898c1d825c608e187bbadfdc6bb1fa3e7a5 0.02 MB 55 15
891,852 891,852 00000000000000000001e72fb5d1090e29fc5fde94fe2efe02f849171189aee3 0.67 MB 767 2
891,851 891,851 00000000000000000000045b4a8a03e3dfd6e53b459fa639a3a578f2fffba5e3 1.55 MB 2,672 6
891,850 891,850 000000000000000000011ca9cdfe9e94e1d34b8b2fa2e7daf93775d76e6bf061 0.44 MB 584 3
891,849 891,849 000000000000000000016379099ce3fe2beeffe6059b85e2d74a5dc2b69ce816 0.16 MB 291 5
891,848 891,848 000000000000000000016e5462ea636b6413ed17dc9f25b7a6905de338b45ea8 1.80 MB 2,483 3
891,847 891,847 00000000000000000000a29cebeb6782f816abf8cc5f17d93aeef975e2f022e6 0.92 MB 1,481 2
891,846 891,846 0000000000000000000214eb6b334bc4e2a505727026d6049668d9a23e7cdc39 1.72 MB 1,872 3
891,845 891,845 000000000000000000000e060378921cd0ab781ac1fb93870eab2e94d8d60fa6 0.42 MB 711 2
891,844 891,844 000000000000000000021604afc965520aacbbc05673c58930b1370a53b08e07 0.90 MB 1,184 2
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.