Memory Pool Memory Pool Refreshing

8,028 transactions
2.37 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,882 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (780,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,248 127,248 0000000000000c193fe51310f7d2d3634feb5bde8b7bf5a75345fa0a27f1c634 0.01 MB 52 2,186
127,247 127,247 00000000000011f050e31308405fa6b6a38f655486cd5bc74a156a83987c29a3 0.00 MB 10 350
127,246 127,246 000000000000068fd1ad33ccd1bb46f5b79fc98dd234257a8e05f4ca0723f933 0.01 MB 17 422
127,245 127,245 0000000000000dc6e2caf5eff10274cefafb49163f412765d60118a35c145524 0.00 MB 1 0
127,244 127,244 00000000000017974b6332f5e0d297cd7a268b6e8aae59591d20fc45caf17d1c 0.01 MB 20 110
127,243 127,243 0000000000000902cca0e0cc61eafb57c195beb921262eda7b86a109984f53c0 0.01 MB 20 11
127,242 127,242 00000000000000c4940ea4c75efdcc5c7f138a4a672b45747d5a1f78d2f96478 0.01 MB 22 873
127,241 127,241 0000000000000d784a6f16471a97d71521c071a8c27a05280d00ad71eaeac634 0.01 MB 29 209
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
Previous 10 blocks ↓
Total Size: 769.31 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.78 GB sent, 94.50 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.