Memory Pool Memory Pool Refreshing

8,896 transactions
2.96 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,828 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (599,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
308,199 308,199 00000000000000003476376a47a8754f6b05980b363bdd55031f374b2f31878e 0.03 MB 66 29
308,198 308,198 00000000000000003c89b3cc85eae80d77febce146c2f40594c76f200c66ffca 0.03 MB 57 30
308,197 308,197 00000000000000000f52359a270598a8d5c7f35871af3c89d580089e7ec38e46 0.03 MB 74 35
308,196 308,196 00000000000000004b4b63dcedfb549b2d08d29323dd2524cc0894c9bea98739 0.13 MB 126 16
308,195 308,195 00000000000000002ed25a25f83c3c69c0cd4eed0ccb53cfabc089d13eb574a0 0.09 MB 256 55
308,194 308,194 000000000000000023b68bb4705dd7d75de863bb47f7cdc331f577eec1a21e3c 0.31 MB 587 32
308,193 308,193 000000000000000034d7369e62ad38e69dd366d8930e9dfb670380cc96abd3c2 0.27 MB 401 26
308,192 308,192 0000000000000000291c09f4507463afd7bee1f685bba3a47759e91023fae637 0.11 MB 217 67
308,191 308,191 00000000000000003e1fa6fce5dad94e59cb14af66d6a9d72bd9bd360763b36f 0.34 MB 628 29
308,190 308,190 0000000000000000213e5853d10f3fd0647e9d12141bd29e7f7c7b96d0423ea8 0.33 MB 597 28
308,189 308,189 00000000000000002c7e0186f9b4fd09f03d3b7b856ac1ac10ae95a626d8b303 0.06 MB 144 34
308,188 308,188 00000000000000002ca43de54a916537b5d1835c6661f6ce8b0ad93df3bccf98 0.30 MB 537 28
308,187 308,187 000000000000000011feb3b738667dd027620ff2798fe173d858fb5ee8724ce9 0.08 MB 140 34
308,186 308,186 0000000000000000164e95f370bde0308c0cd84430d674d36c77bf33a38d9c01 0.04 MB 68 27
308,185 308,185 0000000000000000178a1f557570f663e4a9c0d678a25e070e9a7d17ea85730e 0.12 MB 259 30
308,184 308,184 00000000000000001541c021301c5e4533dd59a48b0f3b9c4bde762f19353a4e 0.18 MB 381 30
308,183 308,183 000000000000000016ed760cc30f8526ef7cb4988ef89676c62f3109d70be4f1 0.05 MB 93 28
308,182 308,182 0000000000000000154f80986a70335d590a13069301f01764e144adfbd92fdc 0.22 MB 412 30
308,181 308,181 000000000000000003f3925879bd332fbe91d7057ecc9fe6acb1780d64c5f80f 0.13 MB 212 30
308,180 308,180 00000000000000004c474fa2386317098f8d381af1426842c704415d5b8735bc 0.10 MB 194 28
308,179 308,179 000000000000000040224ec7d6813233464af03a5dd8c941a66f4ef461dbbb1d 0.37 MB 738 31
Previous 10 blocks ↓
Total Size: 768.98 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.38 GB sent, 92.72 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.