Memory Pool Memory Pool Refreshing

2,346 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,958 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 2,335 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,957 (732,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
175,404 175,404 0000000000000059de8ad2977045899755678678ffc164679a697e5bd6e1f999 0.04 MB 64 69
175,403 175,403 000000000000022f8f58c5c815c554f73d9f4949a5c261ca0381dd156fd6cc50 0.05 MB 116 6
175,402 175,402 00000000000006522359a6454e44c0bf85efc3664f6ec9c740d8ad52e700def9 0.05 MB 89 310
175,401 175,401 00000000000004345f0ee91a6e75be357b28706907d30ded83dc953acb1fa222 0.09 MB 147 205
175,400 175,400 000000000000054b63083e9b2347773e383fd986af1c6d9dba5551c714d84180 0.05 MB 145 141
175,399 175,399 000000000000006608508f834c706e8f0bb1ca7a839268278c42de836a7b6cd0 0.05 MB 110 125
Previous 10 blocks ↓
Total Size: 769.47 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,646.23 GB sent, 95.28 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.