Memory Pool Memory Pool Refreshing

801 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,016 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 801 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,015 (897,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
10,864 10,864 00000000c44f73be23e79a6040a695b0879f9760a06d1d2ac8708028175991e5 0.00 MB 1 0
10,863 10,863 00000000c314ae1d52abb6bf177a96a5a00992f5475b4952d6531b95ff66e4f4 0.00 MB 1 0
10,862 10,862 0000000057fd7d115d555f0e0081bb9eb6838a95573a7b3377f1eeba1116fdf1 0.00 MB 1 0
10,861 10,861 000000003c78c9c2c09b4e2f389299ba70486961d22b3d6b196180448769e703 0.00 MB 1 0
10,860 10,860 00000000b5fb1f6774eab6e6421f1d2792d948c4cad8e2c7eed4638ee8b5b0ba 0.00 MB 1 0
10,859 10,859 0000000091b2223c86d065587048ea673d7f7df295ea36d0052e02fcaf2d45a5 0.00 MB 1 0
10,858 10,858 000000006d0eae3a6dd66f3dc8a03ecc89ffcf53f90fcda67597b40fea74f61c 0.00 MB 1 0
10,857 10,857 00000000967d1399f3ba107875054216b0c00bfbac139629911658f4f366d645 0.00 MB 1 0
10,856 10,856 00000000f93007c183383852bc6779817866cdd085bbfba065c5091a76939722 0.00 MB 1 0
10,855 10,855 000000003ba8732cf0fe9060f66a6c6f167d8e5919eb58f6a0db5bd9323dc3db 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.57 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,650.09 GB sent, 95.80 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.