Memory Pool Memory Pool Refreshing

3,071 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,565 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,927 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (864,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,855 43,855 0000000026f5ace25808a1b3f83e920579d0a4c6274ff7ea02c3d460b40d2838 0.00 MB 1 0
43,854 43,854 0000000028cd4fd97f6adb5e3ac7daaa8dc6199368b04c98d9335abbe579940a 0.00 MB 1 0
43,853 43,853 000000000e483230ac251752cf0facaa21a9934337134553c4003940d584692f 0.00 MB 1 0
43,852 43,852 0000000023676ebb144ef046401d960c6c5254111a7baedc878917e701f5616c 0.00 MB 2 0
43,851 43,851 0000000024b87917b2fbe01b76ddf39418efbcabb895d5a2a1593bda121c4dfc 0.00 MB 1 0
43,850 43,850 0000000037d37c266e20516e0b58ddd50e7105f8b64aec92e5f104b802a26ade 0.00 MB 1 0
43,849 43,849 000000000e6efd79b7b35973da6cdc88e019cd26e793a233e53d5ef08bdc22df 0.00 MB 1 0
43,848 43,848 000000003ce175c7f55052828716de5a0a782b38b478398ee2cc47a1acaefcae 0.00 MB 1 0
43,847 43,847 00000000250d9ef11be13dcbff540409ca6e6f24985c77c107b4c1caf863ba04 0.00 MB 1 0
43,846 43,846 000000003b1e0b3936c8aaa89ed0fcccc05f043a78f4ead3d87122a867d6c5e7 0.00 MB 1 0
43,845 43,845 000000003e84b2ad657d0d00176e31bed3fa68e9a2202296a5c0a229109bb439 0.00 MB 1 0
43,844 43,844 000000002b0f424c8396cf582ef520c241e1d75bb529238402c39884a9b6ee0f 0.00 MB 1 0
43,843 43,843 00000000056c8eb43d1674420238deb554728dea3c6bd58d62d9e66e4269cc52 0.00 MB 1 0
43,842 43,842 000000002309f9a223daefd937cd9e54527e1f86f55567b9ca55a5f4c38d5376 0.00 MB 1 0
43,841 43,841 0000000029da1ebd8ac17ef6e962a47174b6ac9087cd35b84d0335736b8eb5d8 0.00 MB 1 0
43,840 43,840 000000000b2eedf6a53dc1e17b8bc86e84239a93e8d43c41abed9b0a11dd70db 0.00 MB 1 0
43,839 43,839 000000000889e77c61b44f6d9cf0f940204933e8007f5d5ac8b89ee3376f12d0 0.00 MB 1 0
43,838 43,838 0000000028f5acfa8702e0b814266e4639af88a31f90161748b4943f38803d62 0.00 MB 1 0
43,837 43,837 000000003c69d339e530048d720b4922f1cfb19e27cdf491d99569bb21fa74f3 0.00 MB 1 0
43,836 43,836 0000000039553d76269fbff995cde8c53d4da1a2d9ad4356b7f0a622e3763d83 0.00 MB 1 0
43,835 43,835 000000000d874a5c954b34de3122ad4b3ebc848fbaf308bc5a5c2bfe30f458cd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,847.75 GB sent, 100.69 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.