Memory Pool Memory Pool Refreshing

5,324 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,068 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (585,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,428 322,428 00000000000000000e76eb8591a06951576bdf2110a1cf23226d89d0d3d1c72b 0.16 MB 301 27
322,427 322,427 000000000000000005cded926265074dfe1e8d18eef59861bfa5a35355251a38 0.47 MB 788 26
322,426 322,426 000000000000000000c98d75d1769ddff30692728d9ae8f17bc80f9fdf9784fa 0.29 MB 247 24
322,425 322,425 000000000000000018a33fe1a408adb3b58983233241348b87033d1f2439144d 0.62 MB 758 27
322,424 322,424 000000000000000022e97f668908c559a640cc95e5523d3cb5eb164de3f16cb6 0.49 MB 690 32
322,423 322,423 00000000000000002119e125b88843942de9550d0578e61310457d3b2caf31a8 0.49 MB 358 17
322,422 322,422 00000000000000000a70fed94e92edd8ef7e5fe1eb942588b19aad985f10b309 0.08 MB 126 39
322,421 322,421 000000000000000014c07965066c2c87403c8020aad8c78c2beaea534798caa2 0.18 MB 273 29
322,420 322,420 000000000000000024c5ea00edcf020c4eea7b3b834d0b673dff78cb3a1079b3 0.00 MB 1 0
322,419 322,419 00000000000000000a996b28238d2c95bfc9c8ac8563981935b2047d2df5b16a 0.19 MB 329 28
322,418 322,418 000000000000000023695d7c6518b1ba10e55c7e43505e581212c7bbc700ebc9 0.24 MB 213 19
322,417 322,417 000000000000000023ed3ff93cbe3b2589bfc39cd40de897de2887484fe68303 0.03 MB 61 25
322,416 322,416 000000000000000015afd18632432d90e6a874bd1932c14a114a070e485d8b80 0.53 MB 538 26
322,415 322,415 0000000000000000002785bd2f92401f4f880efe8e77aca2d2377d44c8905037 0.21 MB 210 23
322,414 322,414 000000000000000015d7ec139690acefdaa2ca4486f61e061f8c8c8b73ef285b 0.10 MB 164 25
322,413 322,413 00000000000000001f0f437fe93f930fd3d585af2e162becde848714ba60e6b4 0.03 MB 65 16
322,412 322,412 00000000000000001b75decdd2ef475d23871bba2ca7592df85d12ae11b4b329 0.35 MB 473 23
322,411 322,411 00000000000000001889c584a533c50a866ec0d7d6923b48b2a117cf2993e246 0.75 MB 1,448 29
322,410 322,410 000000000000000007e10d42673285ed0d96d0e9396cb7da652e344353771a9e 0.13 MB 193 78
322,409 322,409 00000000000000001292d9976fa04ae99c0cff67a6241fea11482d903d066e50 0.11 MB 139 20
322,408 322,408 000000000000000018222a02c05bfe0150659f70ebb6c3995267f0baf63c513c 0.06 MB 70 23
Previous 10 blocks ↓
Total Size: 769.04 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,626.26 GB sent, 93.06 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.