Memory Pool Memory Pool Refreshing

10,355 transactions
4.69 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,358 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (732,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,425 175,425 0000000000000a01e7832ca658c8715e5131225f482b90694a2b39d7b3ee700b 0.03 MB 68 50
175,424 175,424 000000000000048beb513e159e46db8ce6195bfc9cab1d45cc6082db72594a13 0.02 MB 44 70
175,423 175,423 0000000000000333fa364d58805b6f9162bdc046c7659acbbd68fe17bc60be3d 0.04 MB 84 103
175,422 175,422 0000000000000733a31b2fb17d050a479a6889ae215c43b4a98e9ee21f8f1d30 0.03 MB 120 1
175,421 175,421 00000000000001e572324aa088d99b9309c61282b17352ba3e59eb335a7a3235 0.07 MB 99 327
175,420 175,420 00000000000003ac2fe358f3a4de6602d107cd5ef2d8ee99e191bbc516762b30 0.08 MB 185 108
175,419 175,419 00000000000008a4f7cdec8746fc2fa28abb3832e03adbf738725132ab21c7a6 0.05 MB 141 134
175,418 175,418 00000000000007a3a42c3482f090f468a3f0aa5d05e25bc911317aad0eaacc23 0.06 MB 73 100
175,417 175,417 00000000000008dea8ca5f4fcaf16a8147c6f0210c6cae370f9a0bab5e30d12a 0.00 MB 14 55
175,416 175,416 00000000000001196d92dfc1ee4269b84f7496536e8f7eac5d37566cc4564f90 0.00 MB 14 0
175,415 175,415 00000000000002096d5284c0613337f20457df277ba7c62a1c42c41d4ed77987 0.04 MB 83 240
175,414 175,414 00000000000001c373363470eb6cdf9a1cbd21d923171cc9b639331edca631a3 0.05 MB 134 46
175,413 175,413 00000000000004a4e51e45e2fd747ec5c0237662c1f11fa347b4b8a355cd91ce 0.00 MB 10 1,504
175,412 175,412 00000000000003f0ca605882932ee2ebcad654f536a56c1599f05b1728a2f345 0.03 MB 79 11
175,411 175,411 00000000000008c5ca097d20806653f108fdd3eeffbafcd9bd5738c3def62c81 0.04 MB 63 95
175,410 175,410 00000000000003eefe6f29ee077307613ef15600d9414b554d2d3efc44248c81 0.00 MB 12 484
175,409 175,409 00000000000009e3142868895f851ca2587dd436e0a2e9056ad9e8557fdd7a5f 0.04 MB 103 163
175,408 175,408 000000000000021a545ad6c7f85593a7b0c14fdf8456734c1ac8bc46fd146e6c 0.05 MB 157 44
175,407 175,407 00000000000000a998efd4f63e13e738095bd86bc9d409c43cb032a41c3ee6ea 0.04 MB 65 69
175,406 175,406 00000000000005b3d0fb87e080a0b7cee5f0351cba6309c4b92d508baf2e2e86 0.06 MB 115 77
175,405 175,405 000000000000043496e533dbba442f0cecabeaec5234df69c34e94c55836c3ce 0.01 MB 7 4
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.