Memory Pool Memory Pool Refreshing

7,379 transactions
3.16 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,687 (648,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,222 259,222 000000000000000f8a1c09f0305a6cca909f0a685db99e5e2fbe0d8f31ed41ec 0.08 MB 167 87
259,221 259,221 0000000000000015e04198850cd781b0c9ef2c4045488feebfc7675705bac239 0.06 MB 146 103
259,220 259,220 0000000000000008e6a7ed774d9ed9ae8c88ff280e00eaa0626edd203b5ecf94 0.22 MB 498 107
259,219 259,219 000000000000001d726f0819256323b3dd5bf21af23b796744bf83e001ee77f9 0.02 MB 57 36
259,218 259,218 0000000000000007a062aaa34e7290eb64059eea4a9bc43b49dc930ab0f48345 0.22 MB 466 120
259,217 259,217 0000000000000000ee9b110d4a0c9a040347f37a7296bcf48fccebff12ee4938 0.06 MB 101 76
259,216 259,216 000000000000001b5652c06325942455be75a009a4edaca637f2e41982cbd397 0.27 MB 691 124
259,215 259,215 000000000000001c1fa99e4d6a7a3bcad44e763b1e0a340c98f61961a773301c 0.11 MB 226 107
259,214 259,214 00000000000000093c18ead015eb8ea066b35c38bac39473a1fda7c5aecae923 0.00 MB 1 0
259,213 259,213 0000000000000024dd3586e8c27ac8c26d218129c68860ef9c94b8d406b7a204 0.36 MB 909 96
259,212 259,212 0000000000000016ac54c3cc4e82bea4e7cd14ac6944ff7e4dd39744f72ff819 0.02 MB 32 3
259,211 259,211 0000000000000021bbeb5849da0a5568aa0bf9c854935df04519569b244f1975 0.03 MB 71 17
259,210 259,210 00000000000000017fbe3fe99af47f5aa1d27ec85f8223652386b1286699d088 0.10 MB 188 101
259,209 259,209 000000000000002388c5af1abc538b12d220740a8fbf531c64df58b4efc3735a 0.39 MB 890 113
259,208 259,208 000000000000000a4eb1111ef1eb7d473261296082b18b2d1571a5482c66ff6f 0.46 MB 1,086 98
259,207 259,207 0000000000000006389523b2f4a786916068f5a4a16d3d518d7705ce5ff303a6 0.00 MB 8 156
259,206 259,206 000000000000000390d05b3807493fafeeb6d3f1d0ff0f6a26bbb15b6f983cf7 0.06 MB 136 89
259,205 259,205 000000000000002231a4b7726a001a129bdf8384129e434f56d46ce7e8f78ff8 0.07 MB 142 96
259,204 259,204 0000000000000009accf91cd3d0c72a22cbf71ce86a5b2ab793480d45ea42bf7 0.21 MB 553 115
259,203 259,203 000000000000000f6a93a740391a649c7572e768c59c73fc233a7e327636fc69 0.19 MB 237 47
259,202 259,202 00000000000000061f9983fb2c75eecc057b4dbe4afeb0c18d9b2f45dafcba6a 0.25 MB 728 145
Previous 10 blocks ↓
Total Size: 768.96 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,615.08 GB sent, 92.62 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.