Memory Pool Memory Pool Refreshing

9,266 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,399 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (739,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,254 168,254 0000000000000afeae130a166e07becf3081409543b9e2670bb7104c684fb44c 0.04 MB 48 94
168,253 168,253 0000000000000357f38e406113f324014cab75ec0888691e02ed0bbb1ec5732b 0.01 MB 10 124
168,252 168,252 00000000000002171f36f16ecd20fe2c3a3181bc591b8e044f2fb2288e075ac8 0.03 MB 95 20
168,251 168,251 00000000000005443d6d2786998a533d6c127c52a5c600d278c7386b446d1b51 0.03 MB 67 88
168,250 168,250 0000000000000bb1825900398a5ef7d204e387c48a3bda626713b51436837fc8 0.02 MB 57 227
168,249 168,249 00000000000001d64cdd8b858f8227ef89028b9be19e54a38a643c67887cb46f 0.01 MB 22 154
168,248 168,248 00000000000002a1e8ad9830198238ba3ee77ba47bec95dc2ccee69e9d0cc7c6 0.02 MB 25 34
168,247 168,247 000000000000024fadc9c700ee99c35f3300168328e9285faa896693ec05862d 0.03 MB 112 6
168,246 168,246 00000000000004d8e43384303505215fab3f4d8a5a0316c4896769881a789b44 0.00 MB 13 0
168,245 168,245 00000000000008db7f043c89fafdd5841844f789951c5809af5567537d2e6242 0.02 MB 61 62
168,244 168,244 000000000000056e12195592de6bf5ef7f5573346c0bab1fc84273505578386e 0.00 MB 14 276
168,243 168,243 00000000000003e7eff3a3f62ee49f51ac5492daef22605761f1c49b5c772b6a 0.02 MB 52 65
168,242 168,242 00000000000003c3468e3dbce42e79d902f117ae386d9b10cc58bd1189bfb672 0.01 MB 29 13
168,241 168,241 0000000000000b4259822798243c824d0e90aaee13a46c4b5201d40466815787 0.04 MB 49 168
168,240 168,240 00000000000003178766989bfee99a9d6d1a67c0313fdc469a40b43a58486516 0.01 MB 34 129
168,239 168,239 0000000000000405e8a1cdbdd8cc0867214a0c17f9fb21bf5cf7b01cc13fd586 0.04 MB 45 109
168,238 168,238 00000000000000ffa662d3f39a521b3396f5bd9c1c3fa8390658de0d894ceefc 0.02 MB 39 164
168,237 168,237 00000000000009d8bd523acc33d7601aad822764bc73f9ac96af138622fab68c 0.01 MB 13 294
168,236 168,236 0000000000000a77977b42bb0fb7190b831a93e53c301a3c9a4f1418ff6154fa 0.02 MB 29 168
168,235 168,235 0000000000000936938fc8b4890d0f4104128d55a0caba7fabf0bc0b8e1bd491 0.02 MB 46 205
168,234 168,234 0000000000000572ff4eaccd2ef2b66d471016db19bf38695a384c6cce9e9bd1 0.00 MB 7 31
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.