Memory Pool Memory Pool Refreshing

4,884 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,822 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,495 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,821 (705,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,658 202,658 000000000000010b1c13c3934d314a4a5ed0e90f4824dcead2bfda016292fb77 0.05 MB 124 128
202,657 202,657 0000000000000167ec50a7034bae4aeb96fff7201191e9381c4522cb9eb4d8f0 0.03 MB 89 50
202,656 202,656 000000000000045ef9dc9f297305b132764d50ec568aba7378bf8e81330225f4 0.08 MB 181 200
202,655 202,655 000000000000001e28a206dbd3087d45e32eb388e0e6f666173111b985eedc02 0.09 MB 248 686
202,654 202,654 00000000000001b777ac393f97f5641a2e3aff24587530edbc907722b005b038 0.05 MB 118 136
202,653 202,653 00000000000005437472089923ed881381889466cc6a32f36b51c5a027312461 0.02 MB 74 156
202,652 202,652 00000000000003d36c2d2110502b83149ac034a9a09e9205a0a1e5719bf0bffa 0.05 MB 114 197
202,651 202,651 000000000000044b06e69ce0577a4579ded41ab436d7023c0edaa0f253c59631 0.05 MB 88 108
202,650 202,650 000000000000018ff98917cb8618f81c3b59dc6c99962fb42387326bdc81d864 0.06 MB 145 121
202,649 202,649 0000000000000235eba6e49a1fc8fc7850d6b3ebd84db0db2cc766601674b9db 0.07 MB 144 101
202,648 202,648 0000000000000469725a2e3ee93921d33ee50a34131263ab31c674d3d50c0ee0 0.02 MB 44 62
202,647 202,647 00000000000000a0b94ef2919ed061b116a18812cce44b12d06f3bc45143e6db 0.12 MB 180 88
202,646 202,646 00000000000004f97c472d5faafbba7c2a1c944002b0c1f143fdc086e24c14c4 0.09 MB 227 134
202,645 202,645 000000000000024d874ec1d6b1638d6a41c9f5e169f0e0074ba8eacc2fdbb0be 0.31 MB 502 56
202,644 202,644 00000000000002518795e2ba1245278fb7c84dcd3d503ce1343f555d40159ffb 0.15 MB 315 207
202,643 202,643 00000000000004ff91d6f1d3f950b19d82eb464dc241a296a65cb2f0927e1d58 0.12 MB 320 136
202,642 202,642 00000000000000136a09a8f94d703ed8ad201208f9ec8cac8e76a68702c4d77f 0.14 MB 396 160
202,641 202,641 000000000000002754a751f4caeb982a8e0492877d0bcaaa5334b863c44a30d6 0.05 MB 146 86
202,640 202,640 00000000000001e70e1471fa601dea295ac9a0cff41c0830605bff3937237007 0.04 MB 95 114
202,639 202,639 00000000000003e2896fc2ff2df3aa614d8f623c4848acadb2588109b238a486 0.15 MB 225 95
202,638 202,638 0000000000000449d11d1b3d9c365e5454812306d56a269ed76be487edfefd80 0.02 MB 34 106
Previous 10 blocks ↓
Total Size: 769.20 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.16 GB sent, 93.96 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.