Memory Pool Memory Pool Refreshing

5,032 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
902,041 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 420 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,040 (720,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,046 181,046 00000000000001384432bb5c6087a83d5fe4816fe61318507fbade5d3be6ca95 0.01 MB 29 87
181,045 181,045 000000000000073b728b70ee174120023a0733d91478a100402ed28fc982a7b4 0.05 MB 69 102
181,044 181,044 000000000000067725b0dd83e8e0ddb07b36e28633913f3668708becfa11f67e 0.18 MB 262 93
181,043 181,043 000000000000021e55d7a33ac9a317c90a3d75c24c52bc383e9abf824daf2774 0.10 MB 227 145
181,042 181,042 0000000000000282953c334c7cd4e37db252073f7bbc9ed79497cc04da6c1377 0.07 MB 128 66
181,041 181,041 00000000000002b30526193150d80cc99a4038ad96a59b89482a4897976c9da2 0.23 MB 569 132
181,040 181,040 00000000000004e3c72b3bbdca0db7ce471e636aa13b5b37f4cc4ee72285741a 0.09 MB 256 121
181,039 181,039 000000000000066140068194e64b39e359f4fe872ff586ae9428d8b9fda94455 0.10 MB 256 146
181,038 181,038 0000000000000076b359d3fe83156982a8c783d095a607b3c8d9d5d354f0a9a5 0.16 MB 221 105
181,037 181,037 00000000000009328e8c57c1c1e981f425ac32d21e11a070052498d995558546 0.15 MB 385 149
181,036 181,036 000000000000088aad5541933b4b46cbcddf43df85210d71eb7f1f00170e7c8c 0.05 MB 143 93
181,035 181,035 00000000000002f8386806d919fca09e0f909d5c509605ac5a1035219c08a444 0.00 MB 15 44
181,034 181,034 00000000000007c3e03459e9075c0921834f2d0b027cbb4f059668cf1dd76283 0.09 MB 151 86
181,033 181,033 000000000000023ce61df1a01df21096bb127a43e8272983d7e161caa8013956 0.03 MB 45 69
181,032 181,032 00000000000008a60db4ab9ff49e20f2d30c64e6bfe8ed96a145884b7bb336cc 0.06 MB 120 100
181,031 181,031 000000000000026aa07bdaa1351d2b874c80e2efbe645b73196a3007def31d16 0.02 MB 32 68
181,030 181,030 000000000000032cd4d239c5d4b522b119302f422d46d38cd5f11992313aa8df 0.08 MB 122 126
181,029 181,029 000000000000008835ea0ea0d1ff719e065d1e31b059f9ecd36f2e4410777928 0.42 MB 959 148
181,028 181,028 00000000000005d738006742c545c6116616c27ab3d702f176fbe49458979a13 0.03 MB 78 276
181,027 181,027 00000000000002190115e5888315327aff952b530a2cb910c2fe86602fc17c71 0.05 MB 133 77
181,026 181,026 0000000000000208f0c645d80579e013d52119a4abe569f474c789a5ca09a53a 0.25 MB 541 122
Previous 10 blocks ↓
Total Size: 759.26 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: 829.71 GB sent, 42.86 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.