Memory Pool Memory Pool Refreshing

4,188 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,950 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (673,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
234,432 234,432 000000000000018aa701e9e3b26a8ff6e56dbeb2311444ede8513ffaaec390df 0.15 MB 275 184
234,431 234,431 000000000000018d27258f96241842c15a529934a27d465e61c4d7898c40a255 0.15 MB 364 269
234,430 234,430 00000000000000230bbfd5b2646d961d2aa6f0fe8443de47f0c8629c1fef0dc7 0.20 MB 409 169
234,429 234,429 000000000000006665b7e8f7642f45ac8063f177ec05ea6d14db44deb0755458 0.05 MB 93 162
234,428 234,428 0000000000000041f3ffb3a463b078a7eff7f96b726232e962f41b29bd3f7595 0.15 MB 349 256
234,427 234,427 000000000000000fc9f700f9b0e40ff6e1f88e4c2d82988434d5521be24dd6d2 0.24 MB 500 155
234,426 234,426 0000000000000122530b60f0608c790d9eae6f313164b7037a43cac0a4cb54b7 0.24 MB 501 166
234,425 234,425 00000000000000190032f80d3902f3bf9d8a611278a05ce926af01c40abd401e 0.20 MB 427 251
234,424 234,424 000000000000014d67d3a817eeb557abd6bc89a3caf73b87a387d09facb25fdc 0.25 MB 78 21
234,423 234,423 00000000000001639b089986d8560c0b30c1fb95db2008c7bd2b534cfa84e376 0.15 MB 33 13
234,422 234,422 000000000000012146f71be5e973030a510c162dbea91d0c6a1d465d421466cb 0.13 MB 256 241
234,421 234,421 000000000000009995edb8a626c5ad140ec9bc8387feb5838a2685958003c4ce 0.15 MB 291 167
234,420 234,420 0000000000000124e5430a47350398b9526e042fe8126a49e8f407631f4a4ad7 0.09 MB 208 336
234,419 234,419 0000000000000142756dfefda560d0e67d77615aa2be829a5d7ebd0dfbd5ece3 0.10 MB 279 242
234,418 234,418 000000000000003ad857b19b6598b56194dd34500788df26ca413dd5a14535d1 0.22 MB 484 581
234,417 234,417 0000000000000010e542dc9a8e1e0edc0fd00bd1e0f326d6c3d26f01c3bd4ffc 0.19 MB 394 212
234,416 234,416 00000000000000fa5b341a1d38a7aa3429fe69faa3598dd3e781968be59155b1 0.17 MB 417 214
234,415 234,415 00000000000000b191012f13cb23f35ce92a70bb4055dbd1a92e1948232265db 0.15 MB 237 117
234,414 234,414 000000000000018f1f0364cea3b9a4e67669dbd3961ef0b05bc1ffd7946dc664 0.05 MB 114 27
234,413 234,413 000000000000004faf2b9f4b5a7ed5d03b465f1e5d4dcadecf6927b32971c0d5 0.07 MB 171 199
234,412 234,412 00000000000001979baa0e4ab13eefa5edc9fbb7fbd80b128ab774298369ca63 0.11 MB 274 185
Previous 10 blocks ↓
Total Size: 768.98 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.73 GB sent, 92.69 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.