Memory Pool Memory Pool Refreshing

8,306 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,573 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (359,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
548,175 548,175 0000000000000000000eb8ce6b6bb81041278a1ee247b60b3f0c4225ef52e53b 1.19 MB 2,600 5
548,174 548,174 0000000000000000001869b0724944ecddae6daa05c7873617710ecacf0ea0f6 1.23 MB 3,134 13
548,173 548,173 00000000000000000000bfb22907581d0bc2c32278c452f6be8dcf4fbbcd99f2 1.27 MB 2,727 20
548,172 548,172 00000000000000000013df19ac56cdeb45c3e065eafb532ec53d09844dd89c01 0.57 MB 1,108 14
548,171 548,171 0000000000000000000c11112340d1f87e11b8be82eeb4c207face593e38ad23 1.14 MB 1,196 4
548,170 548,170 00000000000000000004eb31e0010c2e627c0508f5f97cebace002a35c25e33b 1.39 MB 2,132 6
548,169 548,169 0000000000000000001745a840b2ab1770bcdc4707551a8e13b1974bf3091dae 1.28 MB 2,695 6
548,168 548,168 00000000000000000026b1efae70286279d9a66c82ea664c4dac80dff1f9b973 0.20 MB 475 23
548,167 548,167 0000000000000000000f4ea693c334c37dd148f05f84fcd283e43816b941332d 1.16 MB 1,287 11
548,166 548,166 00000000000000000000b0f530aaf6dc0b8c40c5c6385324e1681bdb6b4f225c 1.16 MB 2,459 9
548,165 548,165 000000000000000000053e17cc0edb08ba8badb9a6c39e4fcd3a03d576e6e6dc 1.15 MB 2,267 8
548,164 548,164 0000000000000000001c091291b8a34a69b8edb78ef67c14ef601c0914609e9c 1.24 MB 2,651 18
548,163 548,163 00000000000000000010f87fee9cdc55a22c57d0eb240283dacf922b1f2a7273 1.23 MB 2,975 11
548,162 548,162 00000000000000000013234c9bdd70bff806a13b6feb16f68393783a25b5a8b6 0.28 MB 742 8
548,161 548,161 0000000000000000001b8fa68bb3970e52a6128e267fa848ca0439cea8fe14a0 1.21 MB 2,541 16
548,160 548,160 0000000000000000000a76d758b927a173b9e7c1519850e681f9094280200d7d 1.22 MB 2,657 14
548,159 548,159 00000000000000000015a8e5689b27d552d329b058815e7d8d54a9e6b4f786a9 0.00 MB 1 0
548,158 548,158 0000000000000000000ff18497fc98b931eee8ee286323a9a615a78bcad3a30f 1.42 MB 3,353 18
548,157 548,157 00000000000000000014124f4d3bc5155810e7a414c33cba70e4eac08ac61584 1.00 MB 2,670 25
548,156 548,156 0000000000000000000d5e3176a42ebd876a3b0a48d29c0da53d2ec0a855c18a 1.15 MB 2,219 6
548,155 548,155 0000000000000000001990e0583fc327c7b01f96ad4eff7e59b28ae5d17d91de 1.00 MB 1,824 3
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.