Memory Pool Memory Pool Refreshing

3,511 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,476 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (632,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
275,188 275,188 000000000000000315dc50765ff0865e6e0760cf8a691f766eb66b41e4b90660 0.13 MB 225 30
275,187 275,187 000000000000000314a88e268979e840ccb1426664079586312d6b132a66e393 0.14 MB 221 27
275,186 275,186 00000000000000035064eba5b6a06fdfd42bddca26ffe664251804386c62b90d 0.15 MB 68 5
275,185 275,185 0000000000000003953bfbf0d50d838c619274b5857c5f4907278c4f5d3eee38 0.04 MB 39 16
275,184 275,184 0000000000000001969237991adfe2a6bae74dd6a8f5d2936d6fef2edd7a0f8e 0.08 MB 112 24
275,183 275,183 000000000000000035bcac7928b15062c35816c591e3d221f1e881a1cbc8753b 0.25 MB 529 42
275,182 275,182 00000000000000045ba31540338a9200b51e5893bce1598ff00b3289b5da3bd8 0.13 MB 278 38
275,181 275,181 0000000000000001d228c1e228005b08491608197148eda0c0f5d52d70f47801 0.08 MB 195 46
275,180 275,180 0000000000000000707e5bd177da1c29765b5188c81148a4c8195d643665a7a0 0.18 MB 336 46
275,179 275,179 000000000000000151dc7b117b73f9a96479379cea47656c2a719d0f2b753b6e 0.10 MB 203 44
275,178 275,178 000000000000000465f2bd08960636ca86cb0ce7495cf9eb159731007b661fc0 0.15 MB 28 2
275,177 275,177 00000000000000047187810d7cb4f4ece53151d63bc47a9d54ccfe48e2cf7fc0 0.05 MB 123 50
275,176 275,176 00000000000000029bfafd9ecf8d871f6982ad5547834056d0c7ca66c29e81b1 0.06 MB 104 35
275,175 275,175 0000000000000002dbb2e06819e76e6efc374691ccde360f17f2a71fed7bb90f 0.06 MB 126 45
275,174 275,174 000000000000000317181e90a83e81110a72370c54bb208a4cedfa95874af345 0.16 MB 321 49
275,173 275,173 0000000000000003c96431cf2cb61bf8b32143dfddd2b28cca70172d1691f132 0.09 MB 207 49
275,172 275,172 0000000000000002ce5d0b5b5ab24138af2520d1934f3bc61521e26814e36e88 0.15 MB 270 30
275,171 275,171 0000000000000000ada4255337065e515ae830fe4f432220d883f581f07e50f9 0.05 MB 85 29
275,170 275,170 00000000000000004f44defa14f0be3fa403475c9896adaa26dcd077962cb844 0.07 MB 87 20
275,169 275,169 00000000000000030a06f603d9b8aefd492eddbbcdbfc13fc414d126e0b7155c 0.24 MB 453 37
275,168 275,168 00000000000000004d19257dd98cae9dfba1f46e827b48079c1d34155ec79912 0.25 MB 506 50
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.