Memory Pool Memory Pool Refreshing

3,774 transactions
2.73 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,805 (792,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,174 115,174 000000000000365c85c1a16cbac6ed70e5e8959113c1daaa70c9a9dbf1a790c2 0.00 MB 9 2,293
115,173 115,173 000000000000395894012741cb5d3134622aac57508f8f67a929322814b930e4 0.00 MB 9 0
115,172 115,172 00000000000088c36bc0fb01472b7b82e477ef566df6da76c8d88cdea893dd1b 0.00 MB 11 696
115,171 115,171 0000000000008af0549d871aa374911118429a7a423c2e009b465e838216cb40 0.00 MB 12 2,488
115,170 115,170 000000000000a78996cc72ef30ba88236a39b26e4044dff3ea0902ee568bcaac 0.00 MB 11 0
115,169 115,169 000000000000e227ceb8e72d234128799b7d36846264f12edff7b4585fbe4f28 0.00 MB 1 0
115,168 115,168 000000000000d2f9343e461f2f7cbf220f874dbc35a1b1aee28594b76e969b70 0.08 MB 288 88
115,167 115,167 0000000000005f85ee76fee6286c789c037953e4ed5f9adf3b5c8e9578578be9 0.00 MB 14 1,307
115,166 115,166 000000000000bcc95a61830c11a817aec4b091594d9c7f6dec269f1e1f2bcf07 0.00 MB 14 2,171
115,165 115,165 00000000000091600f5bd4a1ff9f5bb45a7c1fa4edb3b804b33327b12213d1d9 0.20 MB 633 0
115,164 115,164 0000000000001aeaf4067fd50b0df4824e804714e247ca864e99ed75a856bde7 0.01 MB 15 521
115,163 115,163 0000000000001ba67cf9888c0bef62b894089e54a3be0fec158a67736a8ec4f5 0.00 MB 1 0
115,162 115,162 0000000000004ab81bbf13b1f0eef7c87ca564a8b71abc7ad0647c071d99604a 0.01 MB 31 560
115,161 115,161 0000000000004cc0d45d7c5726fd147a485ff96599ee75d17cb7dafec74710f2 0.00 MB 4 3,880
115,160 115,160 000000000000672c0735aa0a7a535bb6b6a5da80e3a25105ac4e6912fb025b91 0.01 MB 25 1,157
115,159 115,159 0000000000002352535ab306197cc8a1295c0dc6f229ecb1e05c3472855377d7 0.00 MB 1 0
115,158 115,158 0000000000008960b4548044b563a46e714f54c518b6ba264fcfb2a92eaf55f6 0.00 MB 10 209
115,157 115,157 00000000000008b100392f05ff83a926c1d374ea88895e37f110678bad0c0d70 0.00 MB 6 0
115,156 115,156 000000000000464bf7dadf26177681861d67a2b40425d2e9e0e3370a0570e10c 0.02 MB 57 631
115,155 115,155 000000000000695828ac88b73ff5c5669d6feab30ed646af335545837e7d2387 0.00 MB 5 3,879
115,154 115,154 00000000000062f16a2e7f5746202856f5ddffcab5d990029abbfffd85db8ae1 0.00 MB 15 734
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.79 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.