Memory Pool Memory Pool Refreshing

1,018 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 993 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (677,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
229,892 229,892 000000000000003eced8cb254a8bbdbcb737c01f45ab4ddd0c72c6c97cc393a9 0.16 MB 299 142
229,891 229,891 00000000000000066fab10dbc3a7130b1981d8bec4e9cc42fb7cf5e5b4d0fd9a 0.11 MB 228 142
229,890 229,890 00000000000000978cec2bcb9f430fec16f261c8efdccd8b309fea6d40309015 0.41 MB 795 126
229,889 229,889 000000000000006c9f1ab41aa3912490d10198e9579b67b4ad214e4e0488ed67 0.13 MB 299 186
229,888 229,888 00000000000000f4f46e6828b40fdd01ddbcec9087a37d2a7c3aeca6cebe2886 0.13 MB 301 183
229,887 229,887 00000000000000ccfe9d4eca2fe4a0bf9000d9737f8ae94494fbcf4886ede4e8 0.14 MB 331 176
229,886 229,886 000000000000006673ca5d848d177c9a97c9269a4566c5da2c23c103f210c8d8 0.17 MB 327 40
229,885 229,885 0000000000000144af91e617a494dc084c7906d5a1b2408dea00f6eb3900ac6e 0.15 MB 374 180
229,884 229,884 000000000000014d5691297d53742e96b5ab2e4579cf7a4a5da977a5751859e6 0.43 MB 866 141
229,883 229,883 00000000000000b3fffeb8ace73c4a390261c4318098d32aed2ba9c49fe3d1ee 0.16 MB 408 184
229,882 229,882 0000000000000105010dbd8ac240195c972b850e871d5d2af7c06423f4908517 0.43 MB 838 141
229,881 229,881 000000000000013ce00ce331d56476e32a5882c2e769f99875dc0adebc97a262 0.14 MB 276 148
229,880 229,880 00000000000001837bcf581ccc29366d41079aaac166ad8cd496d5bd2a530d57 0.36 MB 828 163
229,879 229,879 00000000000000167902bb6d9e1fbb837d98d976413270e72e7ff514772de37c 0.05 MB 113 136
229,878 229,878 000000000000009bfcff5b89d761ec2971810f459851e4fe0e126bc435f954eb 0.00 MB 5 886
229,877 229,877 000000000000011e3e4d91fbdf5e346e3a416eef99844fa04d99af10a1b35a13 0.21 MB 455 141
229,876 229,876 00000000000002230445e42f28d927237e9b597bc2671bfcdc5c47e2090376a2 0.06 MB 96 117
229,875 229,875 00000000000000b69cc53c0a8807fcd4e4ebe4a4f65db97420ee7fcfa02468c3 0.39 MB 1,116 182
229,874 229,874 000000000000009edae7ea08512a3450d2499d5d382b53f9a31cd7b5e7217af4 0.23 MB 466 153
229,873 229,873 0000000000000107ba5bedbdbd7eb1bf78625befcbf5994580cb69151eac131f 0.25 MB 507 145
229,872 229,872 000000000000001d8c89351b62607059aa5fd2327435b93d9aad6f1988e6730f 0.17 MB 472 217
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.