Memory Pool Memory Pool Refreshing

2,614 transactions
0.98 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,008 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.98 vMB 2,605 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (646,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
261,381 261,381 0000000000000015749d41ab51d59f17056f1abd4c8facbb78e48edd22e40cd8 0.25 MB 558 88
261,380 261,380 00000000000000078c2ebd7a672b7f6e80a54580a99292142b2f256cef8540fb 0.15 MB 123 35
261,379 261,379 000000000000000999b8e6a032503690f0982fc81448f29a061bad55f290b2e9 0.12 MB 245 57
261,378 261,378 0000000000000003fc5c4c78ed822f3b87025007224071f0767278c52e78498b 0.25 MB 502 49
261,377 261,377 000000000000000839c4bcd127affb58ce8a898e4daef5111673f09b026d73d3 0.25 MB 692 208
261,376 261,376 000000000000000058b64062724dad2a17618e0c90a8b0d664edbcbd55061021 0.00 MB 13 110
261,375 261,375 0000000000000002058219ab7e39135402aacdddbf77942bccbb75761f8cc2c2 0.11 MB 278 123
261,374 261,374 0000000000000002a88130dee035301ad92f7da4d9953679db376c908608f46d 0.05 MB 131 90
261,373 261,373 000000000000000f75f457f1a1549a1e2276e54fd1eee5795ab1087fc3540075 0.14 MB 279 100
261,372 261,372 0000000000000000a168b79e67c63572f1a136f906e793b38c7211f87a5d46f4 0.15 MB 314 91
261,371 261,371 0000000000000014f3df85355d5585a434766ddf376bde9f3f4fc60e0fd6268f 0.04 MB 94 98
261,370 261,370 000000000000000bddf6eb8173248a68e2b37c5506f38f8125d1929a800beafd 0.11 MB 247 94
261,369 261,369 000000000000000fa110d36c0aaa35c35a5912aa607cbdb43267d4dca9472e05 0.05 MB 115 88
261,368 261,368 000000000000001c790f35d64fc976d09053973620d49caef351cb1f3bf7bb66 0.01 MB 39 61
261,367 261,367 000000000000000fb3a88c4b3d4d8a6f79ae050388684b79714377e260867a9b 0.14 MB 284 100
261,366 261,366 000000000000001adf858aef7d792ab9306f18e26b23d3ef2b9a6e9bf2d3793a 0.10 MB 223 109
261,365 261,365 0000000000000015a3967b647b2094bb3505e726b6c8d4c0f8a0b82329e390c6 0.04 MB 91 92
261,364 261,364 0000000000000009fbc2f4f6bd19b96d1118f2585d5910b328e0a39f4d4e6bf8 0.03 MB 55 8
261,363 261,363 000000000000001ba4c60caa176bd5564133749ab7dbc44479891207cac19573 0.04 MB 77 27
261,362 261,362 00000000000000082ad4d7db6ded6ee4e0aa0a18770571d8d79e25e7e56d534e 0.08 MB 207 113
261,361 261,361 0000000000000014feea34043767e7f27bd43fdc90afecc76fbdb97c17ec60c2 0.08 MB 145 58
Previous 10 blocks ↓
Total Size: 769.56 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,649.21 GB sent, 95.74 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.