Memory Pool Memory Pool Refreshing

7,896 transactions
3.64 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,901 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (780,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,240 127,240 0000000000000f041bb687cbf6c97223ead47a8b9aacebaa604048d0b3da934e 0.01 MB 16 534
127,239 127,239 000000000000041d6900e51dba067ce5488df7ec7e182947111abc51829d0b65 0.02 MB 36 568
127,238 127,238 000000000000064c09a46b2d9e1f7d9331ecbe565aac945ae2980d96a2d952c8 0.02 MB 47 835
127,237 127,237 0000000000001a5e7d70072bc3a3cdef59a21e1639b277f916a452b211ab22c5 0.00 MB 3 849
127,236 127,236 000000000000021b2420abe7f45ef36a13cd33c8352aaf7a44e7acb79314d4d0 0.01 MB 13 727
127,235 127,235 0000000000000094adda0aff18a159e0532f40db5de90b845a8867838c55147e 0.00 MB 17 421
127,234 127,234 0000000000001cb54d73e93db2e1cd2a5d6947dbad8b1e17bad6ab1bed3cef7c 0.01 MB 24 2,022
127,233 127,233 00000000000005e5d12ca3e2ea11fe40695e3f1c2fdaf3375d2895b1632765ea 0.01 MB 11 108
127,232 127,232 00000000000008edd26eb8e2fb1d139da65c88d781dada36fd44d868dd2a600f 0.02 MB 48 1,371
127,231 127,231 000000000000186ba6afba7676ece2b914ce1947255541ab402eba985a012b54 0.01 MB 24 0
127,230 127,230 0000000000000afa01ddcbcc5ebacf6c48c6146faa9a1d50711608267379ca77 0.01 MB 26 0
127,229 127,229 00000000000005ad9d44aa6f05ac2369e377a451fdde9ef4aa64f41dd01952cc 0.01 MB 38 985
127,228 127,228 00000000000011de955a595e04c21a43c76ded3b438ae3f24630aefb8d84ecd1 0.01 MB 15 512
127,227 127,227 000000000000207ad64bc996ea0d1d5de6c19f470a9b3065daa8a3a849ffd5de 0.01 MB 16 546
127,226 127,226 00000000000015e66f2fe6ecd3db35e16088af6323ace55a294616a6b210dbe5 0.01 MB 37 850
127,225 127,225 0000000000000a17d374cfe9d1bde79ef9135378abbd2b91037c01f9aa3ce7ce 0.01 MB 18 372
127,224 127,224 000000000000033bfadf8737e5702a4e3a2c50ea00d8a796fef955669deaf475 0.00 MB 11 314
127,223 127,223 00000000000025a5eee85c36f8514c15cebe9311e8213999e31c14cabe436751 0.01 MB 28 11
127,222 127,222 0000000000000f30076ebb1437ae083480e2e98c24f093473ae29477c2ee20c6 0.01 MB 26 254
127,221 127,221 00000000000023ca8eecadd2662f2439d345a472c422fd0f5d09a669ba1d57a7 0.00 MB 12 50
127,220 127,220 00000000000017eed7f16e3c4943c7dc74e8c384aaa852c84a21180339532b57 0.00 MB 12 835
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,624.89 GB sent, 93.01 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.