Memory Pool Memory Pool Refreshing

3,614 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,262 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (669,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
238,506 238,506 00000000000000df68b4bd6cde899fa627697636d93412d548025b016e4e4e92 0.07 MB 184 157
238,505 238,505 000000000000014f2c78d6c4a445c6e7ebd3f8869dff979ec3dba71ea03aa4be 0.09 MB 162 138
238,504 238,504 0000000000000086563ebe81faf318330d139bd896de63c378ba99c85fb241cd 0.11 MB 221 146
238,503 238,503 00000000000000ac555db7176e1fb6077585b6f4ef9c6eabcb3256ccc03d17d6 0.22 MB 510 184
238,502 238,502 00000000000000ce7c02faee4827120275a4d92af84c89c1484e24fb9252658e 0.06 MB 136 178
238,501 238,501 00000000000000f1eaff9a2009d4cf94312afedbfd0a85a08b3127fed9b257cd 0.13 MB 317 162
238,500 238,500 0000000000000020b997d4c219f8136559ff50066f0e946a409645fafb29fe8f 0.20 MB 400 153
238,499 238,499 0000000000000160d7d7b046007addba51a9dfadb9d3d236c1b8cfbfb3877742 0.10 MB 324 40
238,498 238,498 00000000000001406188f2cd2c9ed1ab132d127e25500f8fc686191d51e2c4bf 0.03 MB 64 149
238,497 238,497 00000000000000926a2046bcd77a1f9295270efcb8567752bdd48125f8c488c4 0.00 MB 9 192
238,496 238,496 00000000000000866341c51ed21e17e1287dc8f25bdefbdd2b72b32c32c18866 0.12 MB 253 159
238,495 238,495 0000000000000033c4c6d39f91eaf12357af4d208a652406fb984939e6793117 0.01 MB 32 209
238,494 238,494 000000000000002e77c53d3e14912c5ae239200ad386348a7b4219234c3cd7d2 0.02 MB 61 177
238,493 238,493 000000000000013d43c57763962a463dc45d92b3c88d7759f21d55bff7d73f5e 0.08 MB 166 155
238,492 238,492 000000000000010e9811c26bb6859d336af935e366f6361d77633305acba187b 0.09 MB 197 166
238,491 238,491 0000000000000089064912fa197047676855e42edfa44d54afedc196c4701da2 0.13 MB 304 189
238,490 238,490 00000000000001232b4b9ae838af197aa001ff3712cd62636e44565207cf6ede 0.13 MB 299 167
238,489 238,489 0000000000000024444379160c0af2c510f8c1f7464b0c64eadabe5256d14795 0.19 MB 443 162
238,488 238,488 00000000000000fa29fee487b469a80f124b1f8cc813db041923846f639cf76b 0.14 MB 81 40
238,487 238,487 000000000000002b77151fd780fe2d718cb700d6ed870061cedcf157b36c1af1 0.10 MB 171 172
238,486 238,486 000000000000000f92f7ca7cdd7d7c1f13c1bb9f8f26561e42633130ae69d463 0.16 MB 223 123
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,634.95 GB sent, 94.10 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.