Memory Pool Memory Pool Refreshing

3,112 transactions
14.71 vMB
Show Random Selection Loading Transactions
Max Size: 60/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,303 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,713 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,302 (897,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
10,874 10,874 00000000ed509b1912e1a0b53c3154eb65cdec615cdcb401b79ed6ca870496b4 0.00 MB 1 0
10,873 10,873 000000006d46b0421148b63c1aa91a0d3d2a819475f786deb70f1981c660e885 0.00 MB 1 0
10,872 10,872 00000000b86d7b7b7a00cfe96158a35099e4238b0c27a26cf3541481da355f63 0.00 MB 1 0
10,871 10,871 00000000073ea0a58d199720cc4265ec7eee14943be230bb64b2bd83a9e45db4 0.00 MB 1 0
10,870 10,870 00000000d2cc11a6c798884880782be43223398f0128d73bff3f40d4a365e24b 0.00 MB 1 0
10,869 10,869 00000000cdca697751f13c811f01bfcaf9b73c27794cdd954bf1b9f800f6c757 0.00 MB 1 0
10,868 10,868 00000000640309b33feed9492f32f7d35f0a7bcf478cea06a6d5431409518c25 0.00 MB 1 0
10,867 10,867 0000000099c5dec85ba5071c37dacd3ef63bd4b674fee4cbf4f702d05c6b8133 0.00 MB 1 0
10,866 10,866 0000000046af38a25079b48f409862f78229f77d2cdae3fbb4ace3c3d4447c5a 0.00 MB 1 0
10,865 10,865 00000000f464cee589485295f109b88597c8475193bd48f765a37b7677739d41 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.33 GB sent, 98.49 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.