Memory Pool Memory Pool Refreshing

3,290 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (223,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
684,230 684,230 0000000000000000000722bceb2bcfb26170844a7d94af33393a7fe358123277 1.37 MB 2,359 127
684,229 684,229 000000000000000000027bb55ce06a3d58051ed0411a797620f952c684f9b156 1.27 MB 1,948 119
684,228 684,228 000000000000000000053618bccedbf1de3b99aa828e1a696ae2c7882f9d5de6 1.30 MB 2,603 110
684,227 684,227 0000000000000000000aa6274781489d12e00016824970d305f7bcc0156f63e3 1.28 MB 2,782 120
684,226 684,226 000000000000000000011de4c15ed50db0efd65c544aad63262ff4ca92aa6ecc 1.33 MB 2,769 121
684,225 684,225 00000000000000000000152af677e6056334d4a804c6f49f16ee0053afee663f 1.08 MB 999 105
684,224 684,224 0000000000000000000a798bd75b0621a2cff770a187f9b57a3e66e26cd6c9b1 1.21 MB 2,124 127
684,223 684,223 00000000000000000007a0fcba11a63c785e70a653b44e7ec4ef83cb5b76b605 1.46 MB 1,146 115
684,222 684,222 00000000000000000002d452692cd742bc6de9d1147e1d7627b2c7f1ac442336 1.42 MB 2,365 125
684,221 684,221 00000000000000000002beabb0b3a407210d2277ad5cde340fcb58e082fabf98 1.31 MB 3,283 113
684,220 684,220 00000000000000000001e50cb6f5b8c5eac5727633241ab0c507ab8a2d0922cd 1.37 MB 2,567 113
684,219 684,219 00000000000000000002ded864c3935dd0df7943ff4197cf8fc4611e5eab642f 1.52 MB 1,226 106
684,218 684,218 000000000000000000041bbcf7391a133b4dd49f2dd4a8dcbf98fdf070a68722 0.00 MB 1 0
684,217 684,217 0000000000000000000a867dfa572cd689c1c42bf4351b72db48d4dadbbc56af 1.35 MB 2,231 111
684,216 684,216 0000000000000000000008cb180510f6ac6c3f52ba1fc45cfeee0b37041409b7 1.30 MB 2,936 153
684,215 684,215 00000000000000000008c2d600654cfbe87f4f4252414ab43645492285bd8df1 1.36 MB 2,696 104
684,214 684,214 000000000000000000032ed000f6777bede060a1a7fd384abc72ff6b07b1fd43 1.39 MB 2,476 131
684,213 684,213 00000000000000000004d832bae7f14ac4509a38bb1003478421eaafb8381339 1.44 MB 2,046 121
684,212 684,212 0000000000000000000574adfccb4571b2117a8a8ddc7f29b2a1f89301f7237c 1.30 MB 2,436 110
684,211 684,211 00000000000000000005d07696d3135eac46db3a7d0f517a7ab1e55d28818c88 1.35 MB 1,856 113
684,210 684,210 00000000000000000000d044b486abd520334f18da82805c97bf24d2f41bfe0b 1.40 MB 2,568 139
Previous 10 blocks ↓
Total Size: 768.99 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,616.54 GB sent, 92.75 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.