Memory Pool Memory Pool Refreshing

6,693 transactions
2.41 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,840 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,532 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,839 (122,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
785,736 785,736 000000000000000000050c151db50572b0e0d26353464b573ff57fd11095bff7 1.26 MB 1,250 19
785,735 785,735 000000000000000000027cc6bb7b8e051dac83cae28ef2c3d204e67e5b9f9c63 1.56 MB 2,584 16
785,734 785,734 000000000000000000058fa2e3c77bc1fb20123576b0202a60c6beb7a3fdd928 1.72 MB 2,016 11
785,733 785,733 00000000000000000001ccac28514ca711cdc2dd94fdeff2ac5d783dc30a9659 1.47 MB 2,422 14
785,732 785,732 00000000000000000004980b70e05bd79d1b1eee37b8cdd4c1b7e97b343c173b 1.98 MB 1,250 7
785,731 785,731 00000000000000000003329d14145a9e826bc3ee2d8acfb5feab6b05807caa36 1.78 MB 821 1
785,730 785,730 0000000000000000000006320b893da867446ae6fa06470b5ac74c3d42f881f6 1.89 MB 2,258 15
785,729 785,729 00000000000000000001c1c5adbb17db34226313ac74d2771e253cd16859b857 1.55 MB 2,570 13
785,728 785,728 000000000000000000021b04cca091bc5ce837e9868be4ee79d9744b0658f1ed 1.24 MB 1,670 24
785,727 785,727 0000000000000000000238ba241fb1962a352c23f05ebe93049a391cd1199d28 1.88 MB 28 1
785,726 785,726 0000000000000000000042b9210bc7f77fc46d8daa33e53d0ca662380001acf7 1.89 MB 701 4
785,725 785,725 00000000000000000005104730675da4f91fa5f7e2c6b3803f6bede6fe7b9b19 2.07 MB 1,175 6
785,724 785,724 00000000000000000001f8c3c3f734a4ded044bdf352cc6630f7d07fda89356d 1.76 MB 2,600 15
785,723 785,723 000000000000000000025c9360e27615addda5a59efbe8322af54b822683f985 2.00 MB 397 3
785,722 785,722 0000000000000000000232986d1145c0fc31baac9f26f46db5cf2aacacaf2fa5 1.63 MB 1,180 5
785,721 785,721 000000000000000000008357090e3b7024e43412c5e9ae208c8fca0c374a1a19 2.59 MB 877 6
785,720 785,720 0000000000000000000396fd006d9f6c09893de022c84057f916f6c385ac8f32 1.84 MB 2,225 14
785,719 785,719 000000000000000000029ab994a543e3215a18d20ab3be147a477e4d31cb1a19 2.60 MB 1,834 5
785,718 785,718 00000000000000000003359aac51e4b3621785479d49762da216f05eb72067a6 2.33 MB 1,784 9
785,717 785,717 0000000000000000000178555827ee830cf1e31c8338aad727eab9ecfe3dc6f0 1.81 MB 1,742 8
785,716 785,716 00000000000000000001b4b59d85e7dedfcf19fa12fc0f57df2e38d0dd8e2250 1.81 MB 2,750 14
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.13 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.