Memory Pool Memory Pool Refreshing

4,302 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,289 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (762,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,480 145,480 00000000000001a7fd7f3265436f1397bab05606e2160a84ac1d3e98aef53f31 0.04 MB 86 295
145,479 145,479 00000000000006582623f6d7d8b12cf63392cedb9114e2009bd018f46bacf025 0.04 MB 116 126
145,478 145,478 000000000000010987cded88234645ea0c627747d4b349d409da94e82afd5aab 0.01 MB 12 193
145,477 145,477 0000000000000054c3a2a633cf80cd99096fe037fd1f1eac76976e1e24cdbbcf 0.03 MB 96 150
145,476 145,476 00000000000007f9a16163b00b8255fcc5a87f86164e72cadbe2c6c85c4577d2 0.02 MB 51 181
145,475 145,475 000000000000043ca231129a78dc19081f9e0074cb15566591e279631fa81178 0.01 MB 24 133
145,474 145,474 000000000000065044109bdf102c9abd6504e6c7f9ded665e289d65a4ce2de55 0.00 MB 11 14
145,473 145,473 0000000000000710cebb8c3f233bbf45ef7a3a19c50c4e08eefd2ce324359da0 0.04 MB 74 150
145,472 145,472 000000000000032ec8039d57cadd486475b0cba93d50cfba78c9ddc22056e3af 0.00 MB 6 1,738
145,471 145,471 0000000000000369463c333853e9b0b936aa167ff8fd63eee9d96a68344a21ee 0.00 MB 7 63
145,470 145,470 00000000000004d1b4f5311aabe94a85314da4c79e3a06b9f0bdbf811b873d16 0.01 MB 10 384
145,469 145,469 0000000000000009b1a5d8f75eb237dfba736ed1a29b0f7b298f1cb52bacbfc8 0.02 MB 43 2
145,468 145,468 0000000000000956c1c73e1d70aa331ae21502d110da57072ef61d1972473555 0.00 MB 7 28
145,467 145,467 00000000000001e54ee58ed28f8dcbdfda29ea19e539cec611b9fdabad5d83e1 0.01 MB 11 224
145,466 145,466 00000000000007c1061d0ee796ef06886a0c068706560d79aa67fa1cd5eb9be1 0.01 MB 18 48
145,465 145,465 000000000000052519bf1b59536ffaee1fe86bda9ca27af0c5e90ef11dbf5382 0.01 MB 42 126
145,464 145,464 00000000000006946ebb4da252b7f5320ff0afdf41537903e732b793eaaae9d3 0.01 MB 11 6
145,463 145,463 00000000000000ac4e79956a601b6e04966da95466845782f72cc7ef93a17a94 0.01 MB 14 67
145,462 145,462 00000000000001174af1684873631953e70537a29980bfc607c5438e1c852829 0.00 MB 13 100
145,461 145,461 000000000000037fa5144efbee8d86c9565149ec5cb21d38a5a7b3c08afcf8cd 0.03 MB 48 357
145,460 145,460 00000000000005355f10745981af8b62fe878d34f864dd01b221efc76f3f0b43 0.01 MB 34 146
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,632.86 GB sent, 93.74 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.