Memory Pool Memory Pool Refreshing

3,066 transactions
1.29 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,305 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (103,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
803,925 803,925 00000000000000000000b88a72891d9f8566d1b61d6bb271ca8db0c3763d098c 2.16 MB 6,894 6
803,924 803,924 00000000000000000001f9083da4dbd38da04d4c0e246a59c4ec9ce1c2e8b015 2.05 MB 6,451 7
803,923 803,923 0000000000000000000244b87e9926b4a752ffd828ab15d0f02eab7778f578cf 1.68 MB 3,583 11
803,922 803,922 00000000000000000004630d8353a872bd87b2828ab9b2691051b58a28608624 2.01 MB 6,125 8
803,921 803,921 0000000000000000000171af75b8712fd0419f356d87a5843df1b74b9c1ceb74 1.77 MB 4,557 6
803,920 803,920 000000000000000000049a0086efb9c25ac4b07276c969acb8a6ca9a9fd40ff1 1.59 MB 3,704 13
803,919 803,919 0000000000000000000504566078694beb5ad80632d3c7c96d92fba323d39900 1.83 MB 4,248 7
803,918 803,918 0000000000000000000194bf4397bc5181c2a0d18a2863aa8208d36afb8a0eee 1.50 MB 2,078 12
803,917 803,917 00000000000000000002884067a686c9651cc544f8ee2eda1cff42dce6dda85e 1.49 MB 3,360 18
803,916 803,916 0000000000000000000348d68c4246efa6a3b4cf288d34b33cf77998f1427622 1.42 MB 2,526 10
803,915 803,915 0000000000000000000123c6996e88ebcb9cd4b567725e138330f88e5d5c7fa9 1.72 MB 4,605 9
803,914 803,914 00000000000000000000c6d9042a14e7296e5f11f09a087186ed6a6ac4fa160b 2.06 MB 5,877 9
803,913 803,913 0000000000000000000156e9b22221a5c0b68d34a0f048858b53c3044415521a 1.84 MB 4,827 11
803,912 803,912 00000000000000000002cb1c80ef783f6445a4e6a5ae5bbcfa4ff1d693bc6985 1.38 MB 1,561 8
803,911 803,911 000000000000000000031d96f116b0f0b189a0d663539c717e39fed182199bd4 1.40 MB 2,870 19
803,910 803,910 00000000000000000003bf4ddaee862eccaf095146008413be86e31ad5d38d2f 1.88 MB 4,738 6
803,909 803,909 0000000000000000000167d154965a621f32a266d5486f38385ba3610c493b7f 1.78 MB 4,684 9
803,908 803,908 000000000000000000038371f5f5ef04e71f4d2966ba5aa3aaf822add5420f3a 1.79 MB 4,019 8
803,907 803,907 0000000000000000000065d807c327218758bed19874f43bdbd30a385bce85ba 1.83 MB 5,087 8
803,906 803,906 00000000000000000001592cda735d88aa1891455d20a418410e5a07dc94304d 1.59 MB 3,280 9
803,905 803,905 00000000000000000002d80f019cd08b2f3f6a8b5f3a0a98c87023f735b49633 1.99 MB 4,761 10
Previous 10 blocks ↓
Total Size: 769.30 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,642.71 GB sent, 94.45 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.