Memory Pool Memory Pool Refreshing

8,298 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,573 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (694,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,254 213,254 000000000000003539567d2d06358714c6bceea94104ca2faf90bbfd8e0a29e7 0.22 MB 479 174
213,253 213,253 000000000000027b2e2563c3179ee1bbd883281fb27f43a81a560ab4e3597ab8 0.25 MB 723 245
213,252 213,252 000000000000038bb42055f53971cf268263916ff3e6cbb99f9d30d51e38af01 0.03 MB 49 123
213,251 213,251 00000000000000c2f560a68f1428b755c422b08dc019f10aee63aeff58d76e51 0.06 MB 115 146
213,250 213,250 00000000000001d7a6cc3ec58d8fc929e8d984b2c0333dbf0784212cd30c5f77 0.00 MB 1 0
213,249 213,249 0000000000000462103ee1e5daba3aa7c141593d261aa1204199d1f5cae8aba9 0.15 MB 342 159
213,248 213,248 000000000000040ab79881cabc4d7b0147a5351237cb2ebf31239778516322a0 0.21 MB 434 166
213,247 213,247 00000000000002f7c432c216e8c4eb0558fcbb2c9f5995523e7ae515caf8624b 0.27 MB 283 70
213,246 213,246 0000000000000018b96ed78ac6377374ae80d8aedd70bea1ae62b34ce441d0c4 0.25 MB 557 168
213,245 213,245 00000000000004148769fa508d0f852459486a90027fa0431a6ddfd9b03bdae0 0.25 MB 670 237
213,244 213,244 00000000000004c3f6345c702b1185085372a278f29c27760dca9511b3d5d650 0.26 MB 287 108
213,243 213,243 000000000000047b5fa852f3ef7c958e460663cdf7daeda3ea4dfe7afc9f6f1a 0.25 MB 857 210
213,242 213,242 000000000000042604d8a354a62167daeeb21dd51df081959ee464f606e9fbc2 0.05 MB 187 117
213,241 213,241 0000000000000124a15892d5cc92e7888aa88edcd63ddf61f6a7a8cd0ba91568 0.05 MB 168 104
213,240 213,240 00000000000004a9b7206fb172022890621e822d4d95efdf783f6cde9ab88e2e 0.25 MB 860 196
213,239 213,239 00000000000002711e96b4c88a8c60b97011068f0c644bf569a12bfa72b28a0d 0.03 MB 115 184
213,238 213,238 0000000000000306ec7610832444ba3ca359b5a7b21b16a860097219806c8c32 0.16 MB 375 206
213,237 213,237 0000000000000045875387d42187613a3ee06f849597d43b4cf815a13e0065dc 0.09 MB 169 192
213,236 213,236 0000000000000149ff5c74e025041ac25ba0a16f64b8733c0739736c6d081c35 0.04 MB 64 269
213,235 213,235 000000000000040811ff705a073713899fba906c04968dd507494a5e4041ea37 0.22 MB 597 216
213,234 213,234 00000000000000719c0ab84fb096cd649a1566a4553229722eca27f0315ae77c 0.25 MB 497 216
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.