Memory Pool Memory Pool Refreshing

12,761 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,037 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (606,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,247 301,247 00000000000000005358ee795edf7379b7726af27df564590afe35323d0d062a 0.39 MB 859 36
301,246 301,246 000000000000000077000287921ca1bbb680875f1f776fcaedb2b5891753bae4 0.04 MB 71 18
301,245 301,245 0000000000000000672ad70711a7f7dc11690cb6395521b780096f76ef5b0490 0.73 MB 227 6
301,244 301,244 00000000000000001d59fe4bb2028ddae8bf51791dbc08a66039b617410c89e9 0.35 MB 812 35
301,243 301,243 000000000000000025d9038bcc4ab09a2091981d88354c263bdcd39fb5a06321 0.35 MB 645 30
301,242 301,242 0000000000000000505fecb8621e0e2fa3ff5fb7c59d10923c793dd1e1b41c1e 0.68 MB 36 1
301,241 301,241 00000000000000001e2add5c12d73908e42479022e87725abe4a71ff0a18471c 0.15 MB 303 28
301,240 301,240 0000000000000000554df3d5ff4edfe40d7c9c07448e97db6fb2f73cac2cf905 0.05 MB 134 36
301,239 301,239 00000000000000000e5c50ace4f026dd9df9966af3c7dc89f3f737d71ecdefbe 0.73 MB 893 18
301,238 301,238 000000000000000013f64a0038a317e59fa1312fa8f7f72b4b10f0dd68327153 0.04 MB 64 74
301,237 301,237 00000000000000000c49c71006ead3f0d8080056d8f033899f057b2094074b9e 0.02 MB 48 28
301,236 301,236 00000000000000005c4675faf0abf5dd1d9701fd821e450ad8407e25c1b32cab 0.10 MB 198 30
301,235 301,235 00000000000000005798209aa8a13adb8c0dab8c9ba6b82f699d74128f9d94de 0.01 MB 17 27
301,234 301,234 00000000000000006c423831e96dd00c53ab5ccc3816c1636e40d3a98a256ba6 0.15 MB 184 23
301,233 301,233 000000000000000013a1f2563286fa05205688e1a75b3d5b2b79d4cc51880bd4 0.50 MB 970 31
301,232 301,232 000000000000000076be59f083429fa9c287eecae59726a95aeeb83a54d3af66 0.02 MB 36 27
301,231 301,231 000000000000000061478a4a8fb845f2893b6a0d68b49caaae8076b02ccea66c 0.10 MB 186 26
301,230 301,230 0000000000000000548b00b4a89eab181189a9e991a6e03a4ff041f8a9a9cc19 0.15 MB 237 25
301,229 301,229 00000000000000002c195d584a472539d9f410a7c019baae7516d2be71f34cf1 0.06 MB 96 26
301,228 301,228 0000000000000000261f7f75d96cb9f5349791e297a5576d6a210e7f786f4b2c 0.21 MB 323 65
301,227 301,227 00000000000000000a89291b73841606d753844582a1ebfa365d5f559489d565 0.03 MB 56 34
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.