Memory Pool Memory Pool Refreshing

2,712 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.89 vMB 2,694 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (460,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
446,901 446,901 000000000000000003278b31c3e26a75c69ee7e5cdcc849234bfceb483551641 1.00 MB 2,313 73
446,900 446,900 0000000000000000009c3fff1262e3dd3b1237ce05decf8cd618efa111c9563e 0.99 MB 2,845 76
446,899 446,899 000000000000000002d2da12174cf63112a6d8585d77702270f43be496a7bd36 1.00 MB 1,797 87
446,898 446,898 000000000000000000341e1aa5e48bc8253668957002b524927566f18139c4aa 1.00 MB 2,611 80
446,897 446,897 0000000000000000021a85df3b19e77b750f508fe8f8f30b8e1544bcff71fa2d 1.00 MB 1,885 81
446,896 446,896 00000000000000000044ba2b98391c2e4a80494042d0468ae6f3fd65df82b482 1.00 MB 1,896 96
446,895 446,895 00000000000000000292cb21b5b2938d1e74e956703024fc6c7b8c081b0a0a61 1.00 MB 2,209 126
446,894 446,894 000000000000000001c999a79b8a8919e629afb9b5a89cb8a86f44463bcc30c4 1.00 MB 2,435 67
446,893 446,893 00000000000000000265c8b10feeaac639a4b03297356eb570d2a3758b36f047 1.00 MB 2,361 99
446,892 446,892 00000000000000000163fd5e8b424e92e883e7f3b1adfe355e45936493315b90 1.00 MB 2,171 81
446,891 446,891 00000000000000000362adaa5ca8b05397f55b1b45c7d6c63b3ed13c5a8d67e8 1.00 MB 2,217 90
446,890 446,890 00000000000000000017181bd34d181b535161f54c275c85b939f24cd6bd7fb5 1.00 MB 2,009 86
446,889 446,889 000000000000000002102bc867efc5ae039f79920a9804233f4219288f1df8b2 1.00 MB 2,096 82
446,888 446,888 000000000000000002edad2c2cefba1a31a2fcfcac19db1cf50d710890bb5f53 1.00 MB 1,794 79
446,887 446,887 0000000000000000028c7aeba4a6df715f4d3eb31c15718bbb36691a1d3edeb0 1.00 MB 2,824 110
446,886 446,886 0000000000000000008b3efe392c3e670edf7ea33b87766f72b57a8b93623bb2 0.99 MB 1,236 74
446,885 446,885 000000000000000002334d02004b46b3d8ac5201e963a285945651ad573eeb7d 1.00 MB 1,717 86
446,884 446,884 000000000000000001c6cd9f14179095cd8fa0944778da9672542989c5736ace 1.00 MB 1,779 77
446,883 446,883 0000000000000000012f8476d608106936a28d237c72e3294ba1497807bdebba 1.00 MB 1,462 91
446,882 446,882 0000000000000000006d4255bb46ef67f329c2d2632189a6f69a34de7e08fa88 1.00 MB 2,538 126
446,881 446,881 000000000000000002e20b06b9f897ad8772ae7c349e369c50ea57b4b0b9ffa9 1.00 MB 2,316 85
Previous 10 blocks ↓
Total Size: 769.11 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,629.44 GB sent, 93.43 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.