Memory Pool Memory Pool Refreshing

3,737 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (188,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
719,225 719,225 00000000000000000007949acc6868e1a0fd1e747cea71984ed61aec71219127 0.33 MB 718 8
719,224 719,224 0000000000000000000659374d9704f282e5da9d3366af9cceb53786b72284ed 1.15 MB 2,243 12
719,223 719,223 00000000000000000008bed30a39e9a37846029aa2e22ea0f309fbc92d8c9683 0.31 MB 580 10
719,222 719,222 00000000000000000001e44930556046fb90799bc09b1b3c75f7e85d93ba9ab9 1.72 MB 1,292 6
719,221 719,221 0000000000000000000513690d6215a152a2f9c26fbb9c53feca2b70f16afda0 0.23 MB 181 4
719,220 719,220 000000000000000000004011766f27f9491b1f04bc2df49b73e33142acdbaa20 0.92 MB 823 7
719,219 719,219 00000000000000000006b472a564a4cda7a171a79e34e51c3d5995674854520c 0.08 MB 142 10
719,218 719,218 00000000000000000008bcdcd014f68db0b3c62d4f52253e7f5564de460e00f1 1.52 MB 1,140 3
719,217 719,217 000000000000000000072685fe7908775879c4a74e0e9bcedf0ca0a126fa8d49 1.29 MB 1,396 2
719,216 719,216 000000000000000000096b4a822586485dfc85fcd05ddb067a3c19dd1591c451 1.55 MB 2,855 12
719,215 719,215 0000000000000000000b0f43cd5b11aaac59a1c56953a1f51e23e1f001217469 1.24 MB 1,512 3
719,214 719,214 00000000000000000002cae979847dee68b3b9b7244362f918aaee2b7145464f 1.56 MB 2,246 4
719,213 719,213 0000000000000000000703f5cc54214402fdbb141c2f49530747521bcedf60ef 1.41 MB 2,323 6
719,212 719,212 000000000000000000013805d4127e11aab49d74bc421aa3a576a06ea7f29ec2 1.60 MB 2,298 14
719,211 719,211 0000000000000000000546ce2319fc82272a90ea4da0968e3e402467db1199a9 1.44 MB 2,199 3
719,210 719,210 000000000000000000017eed725d25445cf3e5223f18803ea271c9317ac6a70d 1.71 MB 3,671 3
719,209 719,209 000000000000000000003a12ab4551545743d8fee48c41aba96e07cbaf28877d 2.21 MB 1,097 5
719,208 719,208 00000000000000000004bbfec49823928de69225c0508108de58c5c4dd9f7a8b 1.76 MB 2,614 4
719,207 719,207 00000000000000000006637c673052037976fbbcabcb454c9ec6926f5d9fc1da 1.46 MB 2,946 13
719,206 719,206 00000000000000000001d38c57d67a30d177fe09c4be7500642a408416d2b487 1.51 MB 3,087 7
719,205 719,205 00000000000000000003a845648ec9f1e5189501f552d5279ef0b17ec06425d2 1.64 MB 2,882 8
Previous 10 blocks ↓
Total Size: 768.98 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,615.72 GB sent, 92.69 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.