Memory Pool Memory Pool Refreshing

4,103 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
899,853 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 2,683 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,852 (1,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,772 898,772 00000000000000000001086638673df13c1f8f5da36e2e81468c8c198f11af20 1.52 MB 3,334 13
898,771 898,771 00000000000000000000cc596f9584d422b341cfc00334124449235e906b3f94 1.62 MB 3,652 7
898,770 898,770 00000000000000000001b4708105c61fce1a2df77fc180ec0aec9c420dcfa745 1.61 MB 3,299 7
898,769 898,769 0000000000000000000035a8543d2f9dd600a3971932b6fdb59f920e0fb0ea99 1.68 MB 3,265 8
898,768 898,768 000000000000000000003db12578d3b5e1442dd1dcdba6d5651209a39dd77854 1.62 MB 3,789 12
898,767 898,767 00000000000000000000e2f339488ccd48fd620b093ad8fb7969536496d7aba6 1.56 MB 4,095 9
898,766 898,766 00000000000000000002318849f0b7b2a15eabf603981084a9d0f495ab9cc32f 1.49 MB 4,317 12
898,765 898,765 00000000000000000002046a47145b03f503bebc2e4f078d96aabce9bd1c445f 1.46 MB 4,510 13
898,764 898,764 000000000000000000008dfea4b6f461e7406670505bac0f360ef4ec68a29a16 1.49 MB 4,358 17
898,763 898,763 000000000000000000020c758379db217765c69ac7889c977d2596cff7b1eca6 1.35 MB 4,545 18
898,762 898,762 000000000000000000015c70d9b3c915d95b73c59f4f96989e2a8562888dedb5 1.40 MB 4,909 10
898,761 898,761 0000000000000000000061e6426b2fa96b94fb049c76fe7d7b600e66f3ee3e62 1.38 MB 4,311 12
898,760 898,760 000000000000000000006421fb5f64472694699a518aa6132aabcb5a906ac9ed 1.63 MB 3,514 6
898,759 898,759 000000000000000000003e0f2408cb613b121adb3d2f35e7684df47ec78339d3 1.47 MB 4,058 11
898,758 898,758 00000000000000000001e289f29a014b409f085b9cbb05c4dae043f68c20f400 1.49 MB 3,817 11
898,757 898,757 000000000000000000014d2d17300f77c165e37cb5d8eb8ce56c2aeefd256d84 1.56 MB 3,742 4
898,756 898,756 00000000000000000000ea9ee64e6bc43e339144dcfa4b30463f74e11fc53104 1.58 MB 4,101 6
898,755 898,755 00000000000000000001208901b22cf37db357034bb4ecd7a6f487915c2dac57 1.48 MB 4,168 9
898,754 898,754 0000000000000000000079406ccb2763199762278c84017efc4cd535dcbb1b16 1.41 MB 5,698 7
898,753 898,753 00000000000000000001b8591607c1e677a2594ca073aa6de35d42cb0cb9b129 1.55 MB 3,471 2
898,752 898,752 000000000000000000013108faf5f438ea2bb8aa3c15f1f55650396cadd052dd 1.52 MB 5,610 3
Previous 10 blocks ↓
Total Size: 755.73 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: 539.10 GB sent, 27.05 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.