Memory Pool Memory Pool Refreshing

17,794 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,528 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (599,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
308,352 308,352 000000000000000037d4c56a01b51e49212b590fa6c1fbfeb8e5de8095581211 0.09 MB 256 44
308,351 308,351 00000000000000001eeca73bf4a30f3af94cdde9c07cd8c7ca477670a001f74b 0.01 MB 35 37
308,350 308,350 00000000000000000c6cad7bc2e041f2221b8cf745982980bbf423d206f0aa88 0.15 MB 318 35
308,349 308,349 0000000000000000004ad3c3f21ef71e5e88936fd79bd08bff9522beef63369d 0.04 MB 96 31
308,348 308,348 00000000000000002a15ed06abbbd14c5fa6268c947b77aa0c8f2cd1879e4f68 0.30 MB 567 31
308,347 308,347 00000000000000004c0c56dd9a765f26a32ce74dc7e279d2c436b99b25e41f3c 0.16 MB 306 27
308,346 308,346 0000000000000000293ae211e162b58d355e6391e81e509d62df016880aa6121 0.02 MB 23 13
308,345 308,345 00000000000000001c6a0febb2796f93f330f010cda85f57383fc3aac35b3554 0.47 MB 708 24
308,344 308,344 00000000000000001c42ce02dfe4c1f13e1c2252fbf68cc3af55f61ed1039033 0.37 MB 688 29
308,343 308,343 000000000000000022f404c7a1dd0ef5186599dde72612a3850796ffabb04de6 0.08 MB 192 37
308,342 308,342 00000000000000001f1df8ba7534b481260a1403be9a6e0609217e69aa24ebcd 0.06 MB 110 27
308,341 308,341 00000000000000001efe2aacfbb59b72a583f605c28feefb7d6fb0bf65961cf6 0.11 MB 191 25
308,340 308,340 0000000000000000227bd83ec4036b2291d09502b85c39aace45bf55b4c85eae 0.01 MB 48 24
308,339 308,339 00000000000000001b304d9f53ff699711e7d10c837d449b54e4445bc958b41a 0.37 MB 663 28
308,338 308,338 0000000000000000268eee2a13439bee239ede5d9801f23da8d30673830cc55f 0.09 MB 124 22
308,337 308,337 00000000000000003408f73c82fa23aa9c5aad75b515a36081ea6cb2827fc4e6 0.14 MB 300 23
308,336 308,336 00000000000000001aaf77a9e922ea9d6d2907193c37167b6e535dabc5d30090 0.21 MB 514 35
308,335 308,335 0000000000000000510b721de7454c064dcb4463aceea4424df600a1d9c88ccc 0.34 MB 565 27
308,334 308,334 000000000000000037369db851c5e16767b1892148af70662bffa060c4b16e74 0.50 MB 838 27
308,333 308,333 00000000000000002e2b2925a712206cc9955030fe8f9846ddbc056987b54c5d 0.36 MB 643 36
308,332 308,332 00000000000000000003ff5f0f68891430b23076dea0931158218ef75413f386 0.16 MB 290 26
Previous 10 blocks ↓
Total Size: 769.02 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,624.24 GB sent, 92.99 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.