Memory Pool Memory Pool Refreshing

4,926 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,841 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (100,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
807,263 807,263 000000000000000000044615ab7ffc841f20e0b34c8bddf5d69686eb625e9dfb 1.76 MB 4,703 12
807,262 807,262 00000000000000000001b8fb215d89e456ad6974ddccaf155296d9dc3f934ca4 1.58 MB 3,339 17
807,261 807,261 000000000000000000001d9d17184e2771a72ce6d084448043ab2845fb2803de 1.89 MB 5,565 14
807,260 807,260 000000000000000000039a23b01b0d79fc76871183ff03379280b4394f7ac682 1.59 MB 3,137 19
807,259 807,259 0000000000000000000117488de0320c7ecbe2c278dbcc5147573329f7c552f1 1.50 MB 2,575 20
807,258 807,258 00000000000000000002d5cd7ad52806f4a3fa4bed88699540eb5283a812e733 1.38 MB 2,388 17
807,257 807,257 00000000000000000004571637dae43da059bba5d363d25835f97805688da6da 1.59 MB 3,147 19
807,256 807,256 00000000000000000000b497fa05dcece90812473e09a68fcb29146c368c1a32 1.40 MB 2,188 13
807,255 807,255 00000000000000000003be9ef9074d31eb80bd010ed2d1fc8336106f76d0bc8e 1.90 MB 5,196 15
807,254 807,254 00000000000000000001bc0d2927cec834376e484195a9ab15e36888f49d22b7 1.82 MB 4,828 16
807,253 807,253 000000000000000000048be50990f57ceaa19a58be45938895ebdd7dc09a3126 1.63 MB 3,968 18
807,252 807,252 00000000000000000002cc2c2753db89cb9c4df90bad37b3bc68b8629aa1d5b5 1.68 MB 4,238 18
807,251 807,251 0000000000000000000408881bc6cc58bc825641fef3107c9b81190f4665636a 1.72 MB 4,319 18
807,250 807,250 00000000000000000000a72bb6407a0d72147f384b530df061c9206b34475983 1.40 MB 2,419 22
807,249 807,249 0000000000000000000087eef2260a54a98309bfefc84a017a7ce9d9e521cddc 1.38 MB 2,403 17
807,248 807,248 00000000000000000003b5ec5f237a308580a2b79fa4437343462878bb2226f5 1.73 MB 3,962 15
807,247 807,247 0000000000000000000092c8e9bf4f7f5421ca393716aa68e352cbec7e348206 1.65 MB 3,647 18
807,246 807,246 00000000000000000002ce4b2b54ad022b99e53a9ff04bd96233a5df7ec5b3ff 1.63 MB 3,341 22
807,245 807,245 000000000000000000051e51aa02ca30e4d8aa0df757f812dbaf1fbef6ff1087 1.53 MB 3,243 12
807,244 807,244 000000000000000000010415c5860124aee3dab54ad5955ef8fcd32f2dde2819 1.71 MB 3,493 16
807,243 807,243 00000000000000000003974cebcc3c9bda501dae0bac13485cf081573a3226ef 1.56 MB 896 15
Previous 10 blocks ↓
Total Size: 769.05 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,627.53 GB sent, 93.13 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.