Memory Pool Memory Pool Refreshing

1,417 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
1 sats/vbyte 2
1 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,915 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 1,415 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,914 (534,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
373,272 373,272 00000000000000000232c73b7ac787a2b738519f5f1468ad0db2acf04281f76b 0.03 MB 61 42
373,271 373,271 0000000000000000042c97d2a8e7f05f9ce33d67eb25414694f00d04b11cf4b3 0.17 MB 255 29
373,270 373,270 0000000000000000111e5ba37f83e35d7acefdbd389d1f65450d6ab7a45dc695 0.05 MB 102 24
373,269 373,269 000000000000000006de029846a724d02525de437851bc9697670a38c2024892 0.43 MB 849 34
373,268 373,268 00000000000000000950775112e1fcf6f418990cec9f63c43adfb7e3c314b6ba 0.18 MB 358 40
373,267 373,267 0000000000000000071982033af810b8ffca18a6bb111bc97963653d51a2f510 0.55 MB 1,134 38
373,266 373,266 000000000000000007d1c06857c3bf653420a1a5f4212a7e3ff5eee61fef0a61 0.03 MB 52 32
373,265 373,265 00000000000000000c7fbc9665c834a9fefa331cc5c24442ee49f09fed2d42e6 0.11 MB 180 34
373,264 373,264 0000000000000000112637b76a230d8fff995f786ea5c75a882eefcc6d239688 0.54 MB 762 31
373,263 373,263 00000000000000000ea7b4ae8de45911a8c09379121e69574f0f8da932f2fce9 0.43 MB 852 41
373,262 373,262 00000000000000000b0784d9e2ad521d0e7d9204cfaa1ce0b739236c637d567e 0.07 MB 150 31
373,261 373,261 000000000000000009fe99aec4ed8e43b3192b1357fa3a704abefb8ee468aeb7 0.52 MB 1,054 35
373,260 373,260 00000000000000000925fdd899054232fe32128fdfda9fd01365ed0a142c6577 0.09 MB 140 30
373,259 373,259 00000000000000000edbfb69e281963730b47d9d82b2112ead4f12d4068e1f83 0.11 MB 212 39
373,258 373,258 00000000000000000baa82059bc34016389a9f20bbc1a188cd9e5779ef55ae44 0.05 MB 72 35
373,257 373,257 00000000000000000d0d0e7a7af70cc98ad851ec6df767d67ee1b0d27d84fae5 0.09 MB 172 33
373,256 373,256 000000000000000009a0dbdaf45eb70cfdb460f298d6a2ef320867419fe04521 0.17 MB 308 32
373,255 373,255 000000000000000002fe6565205d7b8d73aa1875b9bf15530f58d195e12e4d76 0.06 MB 131 40
373,254 373,254 00000000000000000f33e033b9e01e3dd0b48ee5c0ed385e327b66d8c6498b7d 0.05 MB 101 53
373,253 373,253 000000000000000003b480ebd9b4da7d12983c5ba439ed480f17e208755c74d5 0.18 MB 360 39
373,252 373,252 00000000000000000890a66c31f7f02cb57bf38d7bdc54810df019a85c5f767b 0.55 MB 812 28
Previous 10 blocks ↓
Total Size: 769.38 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,644.14 GB sent, 94.85 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.