Memory Pool Memory Pool Refreshing

2,795 transactions
0.81 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 2,770 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (759,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,328 148,328 00000000000001bf6d81c1b12b839bf03c462618f61524ac42af13364ccced45 0.02 MB 47 192
148,327 148,327 000000000000080aa700791b33d1067a5988bef50606c9fb5656d84624f36a15 0.05 MB 120 113
148,326 148,326 00000000000001e1a8f251cabebc29df9f39ac441bace7617044d7a69c794dd2 0.05 MB 99 120
148,325 148,325 00000000000008430371eeffe078da8c714b3e6c46f5e26bc6ff9f48809e8f0b 0.05 MB 93 4,389
148,324 148,324 0000000000000101ae223ca6b5bd95c7f16bc7658ab36be31a1225e8694f50ce 0.05 MB 88 350
148,323 148,323 00000000000008fd0d503428806d46033da23eb44e1a497ce6966bc767d8c50b 0.00 MB 5 16
148,322 148,322 00000000000004ed98654889de68a422dc9dca95b1a94483dca4af409b4beb33 0.03 MB 97 7
148,321 148,321 000000000000034719798e87453cf816ca403bfb2abce37afc81776e8f5a632c 0.01 MB 16 83
148,320 148,320 00000000000004f7d0d5975893f9853d5842c1881dc1f55066139997a4249438 0.04 MB 100 126
148,319 148,319 00000000000001925338c150f5658a5f9ffd3f324a836063102e94f275131c07 0.00 MB 6 764
148,318 148,318 00000000000009b0742564b7160f2f77705a4a9d3e3b3f4ed489007ee2df6508 0.05 MB 152 26
148,317 148,317 00000000000008cdc5a3850bd33a21a3cdf8ee30fea7a370a39e5505719739d3 0.01 MB 39 110
148,316 148,316 0000000000000852c4d0ba3ee4f052c3ee34730b787e05e16bccf6397dae9f2c 0.02 MB 48 72
148,315 148,315 00000000000001ce239801713a86ecea124ea4ccc59b665581da8d4c37f4a31b 0.03 MB 73 116
148,314 148,314 0000000000000691669e41a542d33e2fd11c192eeffa9c3a4970b1990548c0c7 0.01 MB 42 290
148,313 148,313 00000000000008d45fdabfe3c8259d4ce466fd1455487846bc36a31e5e15f9d8 0.03 MB 93 72
148,312 148,312 00000000000002941d397007e66b102da919cfc49005207eed3f37160c17d0c6 0.01 MB 40 57
148,311 148,311 00000000000007ac1cbb5fa0a4f970ef9afe38990463cef8c48a0d1d0356f8d5 0.02 MB 50 111
148,310 148,310 00000000000000a7b3e430277ebe202ebaa5b6c8481b3ac1d16116b3080f125d 0.01 MB 15 49
148,309 148,309 000000000000087472a0af712572da9053dcc7228f051285b38d5a892d626718 0.02 MB 49 341
148,308 148,308 000000000000094229518e1cda3692eee90276e5be30a6bf001b9e1a6a422222 0.01 MB 25 124
Previous 10 blocks ↓
Total Size: 769.23 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.76 GB sent, 94.08 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.