Memory Pool Memory Pool Refreshing

2,632 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,729 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 2,618 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,728 (853,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,918 54,918 0000000000a369e6b9eb4cb2f19dfe7dfab6680b6fac8acc122dab9f1a460681 0.00 MB 1 0
54,917 54,917 000000000bab03317b5113e3c14276f92845da4b57e991b91ec76ec0d2caa6ae 0.00 MB 1 0
54,916 54,916 000000000d32300f6f353dac0f0ae702dda6111d610837f03408489c7f267352 0.00 MB 1 0
54,915 54,915 000000000981fd1b3785e0ba7215822c3f56df1d8eec0a5d9ff450376d4dc666 0.00 MB 2 0
54,914 54,914 0000000011dda3465c714b8c1d32cf99a1a734479a6da74da43c1b05d2299470 0.00 MB 1 0
54,913 54,913 000000000090c64e5f5aaf98f400d4d5fa675a44b281b1d0044f698f417770d7 0.00 MB 1 0
54,912 54,912 0000000010eefa036dd46ac0bdfbf89e2da0850b712c8f454b3f5b6e9bfcdc68 0.00 MB 1 0
54,911 54,911 000000000576130a8aee407463a0d46f83dc44a69e3d457ea8bf7ed79a8c4482 0.00 MB 1 0
54,910 54,910 000000000d19a2c0a176ceafab4349ef59d34d67ae10b9ea145fbd44647144a8 0.00 MB 1 0
54,909 54,909 000000000b4deda48dc0507cff744bef9fe4f2eb9f4d4a630eb7ca35ad2f0f00 0.00 MB 1 0
54,908 54,908 0000000003ce682723e4947bd3d5ba98fed25b0e4845e444db4ce047d33a2174 0.00 MB 1 0
54,907 54,907 00000000134f8807523f9a478908fda63609a1bab6f4144ec312abe10ded00a5 0.00 MB 1 0
54,906 54,906 00000000104f33d18552ede2cfc4eafb51445bdef27059ff253bffef49847233 0.00 MB 1 0
54,905 54,905 000000000f320f04a098aabfbf5c38ef8dbcd31fe33b592cec78be9caf369e8a 0.00 MB 1 0
54,904 54,904 000000000f2208dd139cc9753e860c77746acb45b4081501e1092615981c0853 0.00 MB 1 0
54,903 54,903 00000000020b89e0b52a5ad22be9bcc84dc5811e7b587d9d2ea01c3d20b66713 0.00 MB 1 0
54,902 54,902 0000000010e9340956562ae3980fd85f1fb520e09cca022a7441d9091ef1a72b 0.00 MB 1 0
54,901 54,901 000000000d9c13b983a62b17edd00e17f1568a0ed43d8be6c8b2e1a43e943f93 0.00 MB 2 0
54,900 54,900 00000000137a5be37356d166e1ebf71335c5544bbff51efde51279db0ab6deda 0.00 MB 1 0
54,899 54,899 0000000004f45a35896557a298c653a86d3e902498c19c91e249df916d2bbd2a 0.00 MB 1 0
54,898 54,898 000000000e0f84eb0f6b46b1632caacf13f0475e16f5b612ae20c6e8e1142c6f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.06 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,855.16 GB sent, 102.25 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.