Memory Pool Memory Pool Refreshing

17,527 transactions
5.64 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (694,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,631 213,631 000000000000006ba22a60ca1e7fd74d4fc77edf9cd14e98aeb158870461dc35 0.10 MB 213 229
213,630 213,630 000000000000023811b809ff5f498a884cfba1dd8a2ccf48d40797aefab722c1 0.14 MB 395 236
213,629 213,629 00000000000003ef9458a8c6b726fa3c150b97697eb12ce075ccddee51fb3f8e 0.04 MB 86 147
213,628 213,628 000000000000024f5f27919a8f25509a6e0902252413c0157fb07181892cda53 0.10 MB 224 191
213,627 213,627 00000000000001d49df2ff54bdd0c579d3773de9fcbaa7222b4fcceccb0db80b 0.08 MB 188 172
213,626 213,626 00000000000000cffa1df9d8691c880c149118bde13b6d65296c25bf430b175e 0.22 MB 262 81
213,625 213,625 00000000000003cc6cd86bf361cd79c28b23efa81d4d9fa0f00167cd0a6f4dee 0.25 MB 479 150
213,624 213,624 00000000000000e3e43f3b5deec9e878535002d2aae3b54c605b1e7ba00c2b6c 0.05 MB 89 125
213,623 213,623 000000000000001f4d62546e5cd80982de11ae0adec691cf171afd951cb512b2 0.25 MB 459 170
213,622 213,622 000000000000042a92a82a274b3d2edf8ab487a602006caec2890739cd39cb51 0.20 MB 677 352
213,621 213,621 00000000000000214b868787a9a21d38587fb0bc51289fe3c699aa124468450e 0.01 MB 26 103
213,620 213,620 000000000000027a1e40b9e667f046fe69e8955dde3603f3a51db12b85f2c3ce 0.01 MB 15 197
213,619 213,619 000000000000031a1ecd3bff37ecd84afe884bdc9077777456e56908afe3d207 0.17 MB 261 117
213,618 213,618 0000000000000478c14016ed552207b3d50d4c6c9f932b637d91db559275ec9b 0.24 MB 558 226
213,617 213,617 0000000000000286bc9a69bcaa0669553aa6b49c3a8f9cf6afc7cdf030b92065 0.42 MB 863 168
213,616 213,616 000000000000033962ff1a7413bcdd15a8f5440dbf9ce6ef2ec7e0a3828c08b2 0.43 MB 1,552 248
213,615 213,615 000000000000032fc4a297d44e0c0de6f1e9d3fec8fd83c9592519bb6262d77f 0.01 MB 42 263
213,614 213,614 00000000000003eb499fb7fed8aacfa736c3ff183d22cd8d475d99a33594d6db 0.23 MB 554 263
213,613 213,613 000000000000031f49c9bbeff4faebbfd24a42b534e4289cfdada0ba8ba4f5f1 0.12 MB 237 179
213,612 213,612 00000000000003307f703004b3bff0e76f7e31ea1c76c2825b59cd7b6422ed0f 0.05 MB 155 120
213,611 213,611 00000000000001ba394b0a035d582667e9b245f26e840cb33ad69589d7aa9161 0.00 MB 8 201
Previous 10 blocks ↓
Total Size: 769.02 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,624.20 GB sent, 92.99 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.