Memory Pool Memory Pool Refreshing

2,566 transactions
1.32 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
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,843 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (600,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
307,149 307,149 000000000000000047fa48c40c3a053be6751fe7405ed0bacbd17d9caed867e0 0.20 MB 310 32
307,148 307,148 000000000000000009f93d8c467cecf67bfc2a292d411427a5cdf6d6ffdef158 0.15 MB 40 2
307,147 307,147 00000000000000002048db467f8d9c5cd999480326b100ba612feb789b9bfa4f 0.13 MB 205 36
307,146 307,146 00000000000000000e6023df11647bb7d0707fb8e794305fd9a2264b5b506d08 0.22 MB 342 30
307,145 307,145 00000000000000001dba163c1227666d0855e726c023a20c2117575e414ec3a9 0.20 MB 345 26
307,144 307,144 0000000000000000211d71be83387672108c29c44d5ae6423230169f0146a409 0.16 MB 366 33
307,143 307,143 00000000000000002a1c1dfb9fdc6884eebf8ff11fd91bdbe1281c2e815339c7 0.01 MB 16 39
307,142 307,142 000000000000000045259838ed773e748a747ed76e6e7811286912c4a9fa82ff 0.21 MB 366 79
307,141 307,141 000000000000000034785dc0d17b1d1b735b1af706645a237cb8fbd73842f065 0.01 MB 32 53
307,140 307,140 00000000000000002591bc0ce2e97d6a3ed6b0d71c801c49633c3d0938c1d712 0.00 MB 14 50
307,139 307,139 00000000000000004ca499f0b99640b62bee85d53e4a03e612bfb302eaf727d3 0.18 MB 383 33
307,138 307,138 000000000000000000a5d5fc296c69a5632df6d0126a8044e6685e123b9673ef 0.02 MB 64 45
307,137 307,137 00000000000000000c0178fabe2861ae851352501f35001e45a9002211ceac91 0.05 MB 102 31
307,136 307,136 0000000000000000465360e18238f3ff29bef09aac8ff537852a7f74b954cd94 0.08 MB 91 22
307,135 307,135 00000000000000000432e2fa9628ee3ceadff8693fad9d75aa68c9f5bd850904 0.08 MB 96 9
307,134 307,134 00000000000000001a5285ce620469822ba4ad7f35dd2324ad4ee831e01421c3 0.01 MB 31 39
307,133 307,133 00000000000000003edfe93aa3429745f5528b8e65e9481132381e033b845d6e 0.34 MB 614 31
307,132 307,132 000000000000000036752520e8ecb173397f8d5d8a7c130b9ce955635bcc99b8 0.25 MB 593 34
307,131 307,131 0000000000000000502734755f1e67ba221a751d633e03c90fa1c0d51309dfcd 0.26 MB 472 28
307,130 307,130 000000000000000049e44ee7e8d19c7243d2b0feaacb1fae820ee9ca2bbb0674 0.15 MB 124 20
307,129 307,129 00000000000000001298e2a4c83bf82904d5dcac1da40fbd5217181e26304c0f 0.09 MB 117 22
Previous 10 blocks ↓
Total Size: 769.05 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,627.42 GB sent, 93.12 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.