Memory Pool Memory Pool Refreshing

1,763 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,870 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 1,752 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (631,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,255 276,255 00000000000000006ad8df3a980d3a4e4664dad985ea95b5965d9f5ce7ce5fd3 0.14 MB 268 42
276,254 276,254 000000000000000302f8a22dd492f8d268e534e71414dd53077293b47ef8046c 0.11 MB 137 23
276,253 276,253 00000000000000025f8f2d624c064f7599e081e644dc1bac7501b70b0ba2a983 0.02 MB 46 11
276,252 276,252 0000000000000002e3c62f4fa1aefa7a9a900f670891f990d00a215569b5b197 0.18 MB 354 55
276,251 276,251 00000000000000019f77a0aec3da42c9f944e6a6b0a70e6d245e7a4a470644fe 0.19 MB 340 39
276,250 276,250 00000000000000018a815294d006b6244d11cb451ddef6ad13ded68aa8e626cf 0.03 MB 69 48
276,249 276,249 000000000000000198726b162f9a1ebbefc7eed8557bcc8cf45f0187f0c03538 0.09 MB 200 43
276,248 276,248 00000000000000031c65bff7812307b2fe126f423694d1ba7e39e93fd86f1e22 0.18 MB 429 54
276,247 276,247 00000000000000009b8f7d28f90e1469088bc14c88b18a12ce7a5cd2e17aee93 0.15 MB 206 18
276,246 276,246 0000000000000002f188a8df3660e2432d297201341e25be5138a4413c61218f 0.25 MB 692 70
276,245 276,245 0000000000000000c69cdb60bc3b5cc01f77b3f208fba1a39f596c24f6653ff0 0.39 MB 771 39
276,244 276,244 0000000000000002404f90083be3408d4ebc37ad1716a0efa25233e479121054 0.03 MB 26 60
276,243 276,243 00000000000000032acb0db59cba7aaf918ce67230f3b7ab7d14cd193b470034 0.25 MB 693 55
276,242 276,242 000000000000000244a26fa0c602f6c7a3721d8668c35f63b98406273e9d6ce5 0.08 MB 138 45
276,241 276,241 0000000000000000272776fa5a402ddeabcd8a88928e07c669cb237bba4f0a51 0.01 MB 40 49
276,240 276,240 000000000000000238a52036aaea10e80e2ea8377b0df869e7e0d8e509943122 0.33 MB 657 45
276,239 276,239 0000000000000000126adc46c96ab41493ba7ded0d81473732ae46f178386cbe 0.42 MB 772 43
276,238 276,238 00000000000000025bdc291c0734f415c4b175517ee39f768f84be0b1d5a12e7 0.21 MB 480 48
276,237 276,237 000000000000000353a40670ddebd8b642b19f4438c00bad5ee86dac35391812 0.08 MB 150 13
276,236 276,236 0000000000000002acc8210fedd0ff6a24c0b6cd41dde55cd0a10e7ac1521957 0.23 MB 463 48
276,235 276,235 00000000000000019dad2527dbfb8663cd53177b9d026fd972fc8cc6be2eefa6 0.15 MB 117 13
Previous 10 blocks ↓
Total Size: 769.30 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,642.58 GB sent, 94.41 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.