Memory Pool Memory Pool Refreshing

1,838 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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
907,758 00000000000000000002349e0000000000000000000000000000000000000000 0.71 vMB 1,827 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (796,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,856 110,856 000000000001536108a3cc029a84259382875d1017b7fd7d44e5822fbacf4aba 0.00 MB 3 0
110,855 110,855 00000000000111c386787dae95ad4086212eeaa03cbd88620bd4e2610e175fb2 0.00 MB 1 0
110,854 110,854 000000000000fb1c91eb7a9b6fbbd1c5156cc4f0080c4721ac6aacc3c7967b73 0.00 MB 5 0
110,853 110,853 000000000001ac10ff66002654547fc6ef0c0d14c7f00cc8f1816efc9eeaa728 0.00 MB 2 0
110,852 110,852 000000000000e6aa1e37230c26b7dddb3b46421d856593699a738ac8a61bf3f2 0.00 MB 6 0
110,851 110,851 000000000001a24db7f96bb44a6a5b9be807da21510b3ef8ab42bdfb7b58447e 0.00 MB 2 0
110,850 110,850 00000000000169c236005468b6575ade4ac049cb10cfb48c4909942079b63ee3 0.00 MB 6 0
110,849 110,849 0000000000015ada5b2e602addefe041d84cd558e8b2f87f1a2b50e094c94e1f 0.00 MB 2 0
110,848 110,848 0000000000006da2eda59c3a1d6d8f58754dc777a5546056f5a11a8149722cf9 0.00 MB 4 0
110,847 110,847 0000000000014a5bebc59e5a99381e2d27bc1a3a99c6f4b0949c8e8d68a576ba 0.00 MB 12 0
110,846 110,846 0000000000001080e074e266f36ec975a917905a8b6fb7b4f4742132f37def93 0.00 MB 12 0
110,845 110,845 0000000000019706773576e82bb321e803e37d2be616ee0ad9d30e1e5b49e311 0.00 MB 12 0
110,844 110,844 0000000000014e82830d2c8638e298c4f48464e682f305270b20d32579a1be4f 0.00 MB 16 0
110,843 110,843 0000000000001630ecb1fac558fbf2eba7cd3844d3b53b6bc066c7d5a9de36ae 0.00 MB 6 0
110,842 110,842 000000000000116123cdf2ad61dc33eba32196091cce77e06d30f1a7f8e2372d 0.00 MB 1 0
110,841 110,841 000000000000f85c86f849b565c740b855db3c7ddf2e338ea10e71972092b7d2 0.00 MB 5 0
110,840 110,840 00000000000037f8bc68a1b4ed3cb8af5be83132b83a6b03b981b6789f0ed0f9 0.00 MB 3 0
110,839 110,839 000000000000d9a0acefff1455f5826aafc19c233772866069764dc12efc30a2 0.00 MB 2 0
110,838 110,838 000000000000438d0f8e0d2826a8bffb7652bc036c8d6c2356a6ba443363094f 0.00 MB 6 479
110,837 110,837 000000000001666e27d20ab45c3a3e225bc870ba2aeb9cb614c1c335ed8456e4 0.00 MB 1 0
110,836 110,836 00000000000014f0ef1bec2dad18ff66183a191db3badcee845c877324919622 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.09 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,628.34 GB sent, 93.35 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.