Memory Pool Memory Pool Refreshing

1,052 transactions (0.22 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,047 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 894 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,046 (845,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,643 63,643 000000000cc61f915f0b9ce51f1224a17af651ba2582dcd2c4811bfe531c3c0e 0.00 MB 1 0
63,642 63,642 000000000904e39533e3910fd1c741cbab294e8b9b9562845aee077775854bdb 0.00 MB 1 0
63,641 63,641 0000000005886d7823a9ffa8b2cdc2d4928b210cc73831f3adc5b1d26e792227 0.00 MB 1 0
63,640 63,640 0000000009d7aeecc18823aebcc3182a006cf448ea2ba9c47c549cebd374cbca 0.00 MB 2 0
63,639 63,639 0000000002bb34ffa23a3a9478fc0a37dec22c4ce27da89566bf3b9085a7e4cf 0.00 MB 1 0
63,638 63,638 0000000004a76b3b468d97d417592a2e44fcec229586b1968414412651d529dc 0.00 MB 1 0
63,637 63,637 0000000001c2db05a502d0df0019140fd6c17fb39546cdbacade056ff8fa868d 0.00 MB 1 0
63,636 63,636 000000000aa98b4db70e31309e4448aa6821257a4ea646e843d93e6cb677c3c9 0.00 MB 1 0
63,635 63,635 00000000059789906bf1380e468d85e0218afb31d03a200d4183d9e519642f4a 0.00 MB 1 0
63,634 63,634 0000000003d3e3dc6232d8fed9e255aa009526f6075c65a67e8db3f6a28ae0c3 0.00 MB 1 0
63,633 63,633 0000000005f6947c07c84272eea1615b2b068af331fd8708e435f6ef60a3e6cf 0.00 MB 2 0
63,632 63,632 00000000005933378d8ea1f5876f48e9ffa4ef6f05a5cae89bf3aa18b42f89ed 0.00 MB 1 0
63,631 63,631 0000000006272e53b21b6368391ddbaeefe8b858662e4b6007412c5995407473 0.00 MB 1 0
63,630 63,630 000000000d2a0043d0d5a1c0b67fd8d447acf3713b600458fc2524ae7b9ea0e6 0.00 MB 1 0
63,629 63,629 000000000c48dc505c978b8f0c20acb971fdec2e0cc045c46e803ff8c37644c9 0.00 MB 1 0
63,628 63,628 0000000002d7960c2728607a7e7cc664d3a39b9212b8fe8962114b0473e1643d 0.00 MB 1 0
63,627 63,627 0000000004505702bcaf9e7fcfe97feddb96b6a2f690506002e1e353ec7e866c 0.00 MB 1 0
63,626 63,626 000000000832bcc0aab90a96aa4faa8427d309b24abceedece5cccfa1176ece4 0.00 MB 1 0
63,625 63,625 000000000aab91569d633dc69a6d6c3503d9e71ec3053648345c52d22cae25e6 0.00 MB 1 0
63,624 63,624 0000000000e4496a315e4f625273672ad298620208467d8a532549bc492e3e96 0.00 MB 1 0
63,623 63,623 000000000c53433604707fa51b74d36a3f084208d800779eff2658569ca5f8fc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.63 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,896.21 GB sent, 105.65 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.