Memory Pool Memory Pool Refreshing

6,401 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,597 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (861,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,853 46,853 000000001096d642f6a5cfe81ca71be7d231fe0e833ba2f9f25b4469d7093a70 0.00 MB 2 0
46,852 46,852 000000000ee2e26c3c7c5c937cf6c876309b270e89e96c3dd9a3bedc2ac2af9a 0.00 MB 1 0
46,851 46,851 000000001e114070a239def8052c8def6c57c1e84bfc64ba21543192bf3da8df 0.00 MB 1 0
46,850 46,850 000000003130718f4ec8552f56dd3978d74bdf84b3dd1e5c695caf79967ae191 0.00 MB 1 0
46,849 46,849 00000000368d3e537bc55155bcd7ccc379ec0a174abf443b74ec0c2c1d281135 0.00 MB 1 0
46,848 46,848 000000001ca49b0b34e3b1b6a35e02846e10a98831f6c1b071205e392ddd9a60 0.00 MB 1 0
46,847 46,847 0000000037c3c23818af0e333ad5bf65818b5efbe2b68a4f63774f8d070b7e8f 0.00 MB 1 0
46,846 46,846 000000001b73999be9300316b60ee7224e054c2f4889735eb3212440a4740d3c 0.00 MB 1 0
46,845 46,845 0000000012ac11a689ec42a899aec363a9ede7d4a6a8f1fcade38333965a391c 0.00 MB 1 0
46,844 46,844 000000001b4d0463712cfd988cc7cd943750d6e737fcf53ff11ec4ab0f587ecd 0.00 MB 1 0
46,843 46,843 000000002c92063e66a73b78b5aeea691031a3a696c4ef0a5522be8715ddc245 0.00 MB 1 0
46,842 46,842 00000000198ee2d15e51ee06e554a1257ecb19bf6aac485bf60aad43b33faf82 0.00 MB 1 0
46,841 46,841 000000000ccdb52f74fd39549af46d3666a305296ced572f78c63707a2fad9ea 0.00 MB 1 0
46,840 46,840 000000001c3e7312bca93d9f06644a0046f833408b4acd9757d1dae6064a9eb7 0.00 MB 1 0
46,839 46,839 0000000021f5e1a20326c7e768d09909d863898f9011f6eacc27b68b3c3a7e15 0.00 MB 1 0
46,838 46,838 000000002842dd0f1846e6610a898e02120d1f189190418ce303746e415a3b64 0.00 MB 1 0
46,837 46,837 00000000258934aa7789ccb1a543566b7ebec54185180d332663043f58e0e641 0.00 MB 1 0
46,836 46,836 0000000024c195a9dc26316352a5f148264b826152cabe2905084f00fd894aa1 0.00 MB 1 0
46,835 46,835 000000001bdfb1348a610a67b134a43872f342db4850e9d3637c66939a58728c 0.00 MB 1 0
46,834 46,834 000000002b3ac37dfe9df658a0cb3cf9c3fad2c433ccb5506967f74f6d02d485 0.00 MB 1 0
46,833 46,833 000000000bab89357bd91fe042dc2ff0d9aba9b6e1625b7b7f9cdf67db31e0d1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.07 GB sent, 100.76 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.