Memory Pool Memory Pool Refreshing

2,914 transactions
1.31 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,278 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,873 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,277 (897,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,895 10,895 00000000f5db343f6be6b3b1b9947e2366fd723e8322b858a39160b2852fbd24 0.00 MB 1 0
10,894 10,894 000000009688fcb86527e25a3b51e8da029a0bdc255575b7e6f36f868f3a714f 0.00 MB 1 0
10,893 10,893 00000000a047801d3fed36533b4daa17643b86789ca1b963fb16570ef496eab1 0.00 MB 1 0
10,892 10,892 00000000674db75a04de735cf061e1bb18c43a61ab15a96dba65f13d6f5ec299 0.00 MB 1 0
10,891 10,891 0000000076becf3b9effa474584a4434a6385270a4d38bc96c40992d7557ab34 0.00 MB 1 0
10,890 10,890 00000000826f3ece6613189023768dfbf8b1f02615053b0341642f6e6ed94fad 0.00 MB 1 0
10,889 10,889 000000004b14bf9ce511bd4499afb5f7eb0dce99b3ed9af479b110f36f30987f 0.00 MB 1 0
10,888 10,888 000000000ee04efc54c17bf7f1f00de35e6709e307386e0005ae07a92967a72e 0.00 MB 1 0
10,887 10,887 0000000086120bea72ddf1236116bbca500ccd8c4fa9e66ecce195dd7af292ba 0.00 MB 1 0
10,886 10,886 00000000f45bbc74d97ce3e22d0a8a6fbb5f8b062a847c5b1b08657131d3bccd 0.00 MB 1 0
10,885 10,885 00000000e594c634a753f570612179fca171959589adb6ccfd05d8ba304f133c 0.00 MB 1 0
10,884 10,884 000000005c45b40da6f5fc7fb47fa52316ead6e5b3094a13fb6f31f9ba3d33a9 0.00 MB 1 0
10,883 10,883 00000000f4f3c5c5d5800907902f739fc1b6798f54564558d740313b22c08483 0.00 MB 1 0
10,882 10,882 00000000c7811520845dd7d656fff58e3503afbfdeb7a456cf6e9b32e706179e 0.00 MB 1 0
10,881 10,881 000000006c9806030a24bd80145495c15c5e65efc4a711a69b36f250c26df08d 0.00 MB 1 0
10,880 10,880 000000005705e323a00326b80a9f7009f9c77df480aa729a7dd7ccf1cdede503 0.00 MB 1 0
10,879 10,879 00000000297804670c81d88164bdf5fbef3a5ff02e8f180fa3b0ef88904a8219 0.00 MB 1 0
10,878 10,878 00000000148e1908692c4a3bb64c413edd8fc3efebd18bac0d6024a9638fce84 0.00 MB 1 0
10,877 10,877 000000007d49a000504fe242071de6b4baa7a60201e3deef252c6a3af9b17b6e 0.00 MB 1 0
10,876 10,876 0000000065629e39a9de9067603d8aa13583878700e26232916788c5d72eaf62 0.00 MB 1 0
10,875 10,875 0000000052a4f23244198c8620343469eac9eb4896b88cb95db75fbc89219121 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.13 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,691.82 GB sent, 98.19 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.