Memory Pool Memory Pool Refreshing

1,496 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,471 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (116,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
791,427 791,427 00000000000000000005350fad6da0b88936cb368d163c058d3aec5fbff9fe38 1.63 MB 5,679 85
791,426 791,426 00000000000000000001aae410f76a0206cd28cf6ecd1204cfddabbbe65d60ee 1.64 MB 5,607 83
791,425 791,425 0000000000000000000453d6c86636230357d55f6b1ef3687297caef782bfe43 1.77 MB 6,137 82
791,424 791,424 0000000000000000000312c225918b434844f130e02f7cc2c66e3ca6ca778a30 0.00 MB 1 0
791,423 791,423 000000000000000000053831a15790ada7d9fb6b1fb606b869ad7b6ce940ca03 1.63 MB 5,692 84
791,422 791,422 000000000000000000013e452142ac3474a9d55c58d608585a7be7f0d7c193af 1.50 MB 5,427 89
791,421 791,421 00000000000000000001f896baf8b0611c34a27fa9610a7f7514a4e0e6b2141a 1.40 MB 5,106 90
791,420 791,420 00000000000000000001c79405b8655e35671431834c096f4d0d0494981f9f13 1.36 MB 5,798 104
791,419 791,419 0000000000000000000253e46a2ceb36431a5a9f228db8135d11d2eeed13a604 1.61 MB 5,882 84
791,418 791,418 00000000000000000000468091ae429381bc9d978913ae967f9dfd67d98e97cf 1.39 MB 5,979 100
791,417 791,417 00000000000000000003b873ade21f2acdcc787692ad8429e2281123625b70c0 1.57 MB 5,421 81
791,416 791,416 000000000000000000001543dee0c2ba07154a3d180ba018a5cbd29b8126a4a3 1.47 MB 5,616 90
791,415 791,415 00000000000000000003d4607efe45dd1f33339b4f3693a86d0000862fb9dec2 1.42 MB 4,915 98
791,414 791,414 0000000000000000000380a2f7bd4cf2f41fddec7495d91c2df5eddfc18897fc 1.74 MB 3,832 32
791,413 791,413 00000000000000000004c890eb5265e61541199c9280d253071a846c9be2546d 1.95 MB 5,258 27
791,412 791,412 00000000000000000001dc0d9b59afee29a8beabcde5d7406487df511c0f097b 2.01 MB 6,076 29
791,411 791,411 000000000000000000052fbd83910d5a590422158f20c9a57b0cfbc9ef53f337 1.99 MB 4,662 24
791,410 791,410 00000000000000000004fbf895edd7a5f8b4ce6f6f9276fde3934e6961d39a88 1.57 MB 2,424 37
791,409 791,409 00000000000000000002e735a1ae88cce50a4ccb56dcd10ab6eeec85b5744518 1.63 MB 3,285 37
791,408 791,408 0000000000000000000329ab83e7f51cf0a6a932701e0b83f50e03f84c546159 1.66 MB 2,382 33
791,407 791,407 0000000000000000000547f852116de685e6654ee095d7de86dc847350452db8 1.96 MB 1,605 29
Previous 10 blocks ↓
Total Size: 769.28 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,635.44 GB sent, 94.29 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.