Memory Pool Memory Pool Refreshing

1,569 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,017 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,553 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,016 (767,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,463 140,463 00000000000002b6278f2ebd5863bd6fea93012f1df0003c209a38988ad6013b 0.03 MB 75 355
140,462 140,462 00000000000000936761aa03e6068be1a7f15a2e3c5d4c87509f10a00a609925 0.02 MB 37 263
140,461 140,461 000000000000046c3e9a77b3a597172c452eebdd3b5f47934c669136a3ce41d2 0.05 MB 168 74
140,460 140,460 000000000000050ece19a26c102a84a1d225820101240c12f3ecd0c22a109d18 0.05 MB 109 121
140,459 140,459 0000000000000407e460225fe1c959f60b3079fdcbc3cd14054781400dc964fb 0.05 MB 147 116
140,458 140,458 0000000000000636894811cd1eced6ca2007cd6d5db32c489d294cea8dd40df4 0.05 MB 140 98
140,457 140,457 000000000000071e271cca7cc8d508f9a854761bc871efd395e0c201003befd9 0.01 MB 23 53
140,456 140,456 00000000000000c554730d65fbda14f20e863962108240db851e1853cf8efb41 0.02 MB 53 385
140,455 140,455 00000000000004e556c922ef34c8f9bc565d9dce8a0e4f08c3d02b50e343a400 0.02 MB 33 222
140,454 140,454 000000000000051c01a469388cb3d9ec2779d287a454fdb2e001db119bd14110 0.06 MB 139 292
140,453 140,453 00000000000001b3285c69c1240d1cd73905dc7bd70d29f739ea88e35bf9b6e6 0.02 MB 83 210
140,452 140,452 00000000000002c238f115140d72263878c97ae76b838edd83fa2f4d9ebf0a8a 0.02 MB 72 70
140,451 140,451 0000000000000684f875130de200905f3e445abdffd1d5431ab4397d2e439394 0.02 MB 80 66
140,450 140,450 00000000000008c2ca13590c29e6ef5513ee9d5b0b8117c6d26011cb137e7601 0.01 MB 27 91
140,449 140,449 00000000000003abf050a668768d44eafd0373c15ae3886ffb6ab77bfe9e39c7 0.01 MB 14 756
140,448 140,448 00000000000005c7a93d6250f718c7de5a7189d02ffc6388bc6a99383e2bee58 0.01 MB 34 87
140,447 140,447 00000000000002bfdde52f342cfbbb81dada4e3a1af24a7d3f5ada606e981fbb 0.01 MB 24 220
140,446 140,446 00000000000001c4d6f08a5981b92c5834417cf267af1f8ed403a9217366cb10 0.06 MB 141 284
140,445 140,445 00000000000000cb586bebb77a432ce68edb4335200e67940f0c89de111da085 0.02 MB 50 403
140,444 140,444 00000000000006dd4a8748ae0abfa0871f8a59f9c7361bc48d0ebd6f40d6e684 0.02 MB 46 213
140,443 140,443 00000000000000a196bf5190a438c82c453f3d31440c634df4c28e90b0a21573 0.09 MB 197 148
Previous 10 blocks ↓
Total Size: 769.58 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,650.66 GB sent, 95.81 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.