Memory Pool Memory Pool Refreshing

10,495 transactions
4.58 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (63,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
844,186 844,186 0000000000000000000103515779cf19b862ae428b4ee138624af69e92867ec0 1.62 MB 4,296 11
844,185 844,185 00000000000000000001fe40ffd2f1d84bf388e49e76ef31c334b4d292db126d 1.72 MB 4,514 8
844,184 844,184 0000000000000000000019eb3cbcead269b5d6287501fb0835db8ce2fab41cc9 1.45 MB 3,365 8
844,183 844,183 00000000000000000002b09ec756109ca1b197235d37f1a2e0a94f587e118ac3 1.44 MB 3,453 7
844,182 844,182 0000000000000000000152a26c4877545005c13e5418603baa267080dd6a61ce 1.61 MB 5,675 8
844,181 844,181 000000000000000000011f8327d0ef8289d39381f83fdedb4705768beafad11d 1.66 MB 7,635 7
844,180 844,180 000000000000000000028fd02ad1eaec837751bb8ea194203d2e727f51bb6c5c 1.60 MB 5,629 9
844,179 844,179 00000000000000000002df528c3b1d1c616bf465b2d82d15ef8f5fdd98eda321 1.64 MB 7,602 7
844,178 844,178 00000000000000000001b82ed2ceee4915317b481bede23e8bd25d5345eaa435 1.66 MB 4,748 10
844,177 844,177 000000000000000000002bb52e280360a3dcb8362faf405a9df76a67c573c102 0.00 MB 1 0
844,176 844,176 0000000000000000000083925fa1911b18df92d0e50f1a5b9928b0a893a7b9be 1.59 MB 6,140 9
844,175 844,175 00000000000000000002490e6d588927fc43c7508cb60d5b51fd818ea173aeda 1.54 MB 5,794 8
844,174 844,174 00000000000000000000704f9dc9b345c9814035d9854d6d36ab506f34b67b2a 1.48 MB 5,625 9
844,173 844,173 00000000000000000002cb919270bb0c4ff7b92b4222e8ebd7ffd8cfec21ef12 1.44 MB 2,261 11
844,172 844,172 000000000000000000000552bf70c0e34413344e84f00d604f885fb9adbafa62 1.37 MB 2,078 10
844,171 844,171 00000000000000000001f8acf22434e0a2392875b800672ff2cd0446e255d92a 1.30 MB 1,979 9
844,170 844,170 00000000000000000002aa77959a5c10d78836e53233614b191b16fcc4bc2bf2 1.67 MB 5,995 9
844,169 844,169 000000000000000000015ca8b26d7f83b7d4af93d4a0c3dfbb8da5dc8bc1c140 1.60 MB 7,629 7
844,168 844,168 000000000000000000020af760e1d56ecaca4c98355cd6c7991c2cecc37c5dcf 1.59 MB 4,058 12
844,167 844,167 0000000000000000000330d744b0a5ab1e81bee1ae637102f91e93782824abf6 1.53 MB 4,268 11
844,166 844,166 000000000000000000015d8dccce22e3ded642190cbee78c61f87a8e761c031a 1.64 MB 7,370 7
Previous 10 blocks ↓
Total Size: 769.03 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,625.04 GB sent, 93.02 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.