Memory Pool Memory Pool Refreshing

12,399 transactions
3.92 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (545,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
362,197 362,197 00000000000000000097888c59042d8874398577a935681bcfe77db84c38129f 0.49 MB 932 28
362,196 362,196 0000000000000000083626de403b7dad7196fad66209dd223ad3ed53e4821e90 0.36 MB 726 22
362,195 362,195 0000000000000000061317c42e17798b4945d7d79f508cb399221fc79f7accd3 0.75 MB 1,536 31
362,194 362,194 000000000000000013a1e4393506c097c385f7218c1e0d7ff64e3a6503bffcef 0.23 MB 430 25
362,193 362,193 000000000000000000a1d90e399f57b30d0fef301f8637ae9a19878db778c937 0.25 MB 374 17
362,192 362,192 000000000000000012d2793ccd42440281d0c9b69e4b007793d58c894ba48444 0.67 MB 1,255 29
362,191 362,191 00000000000000000f8fa475d93cecfa4476950fdc6bd59380dce93f3c1d1687 0.62 MB 949 18
362,190 362,190 0000000000000000096a0f0679b4c4fccb216b6a06b171f17d1cd6d276288090 0.75 MB 1,592 31
362,189 362,189 0000000000000000118dc68b7b045ddf3be4faffa2287d3c281d5ba0410fe7c0 0.11 MB 219 22
362,188 362,188 000000000000000004be084bea53b9343e855ea67c1ceea1d7d8f700cdd6ff13 0.08 MB 131 5
362,187 362,187 000000000000000015025e37f50cc48513b0b27425a905a1958c1c0268ca512b 0.34 MB 561 26
362,186 362,186 00000000000000000a1a51c5e85f231ebd9e4004d5e71eb069d4251e5771a3ac 0.18 MB 410 5
362,185 362,185 00000000000000000b319fc13a4fcd810d5e81f2d082841d93e7f045b7132a91 0.38 MB 707 29
362,184 362,184 00000000000000000746c7017a312d38435fec8ee94ae481d9737a7c05b97ec7 0.75 MB 548 13
362,183 362,183 0000000000000000142daaa708e0ca617f7a430aed363e3897a0606cf22d500e 0.95 MB 2,202 36
362,182 362,182 000000000000000003573ef41717c84af27c846b8e1831a4ffe325ecb7bc44d9 0.75 MB 971 19
362,181 362,181 000000000000000009a60275264891f63a1f27ab8c83765ab7138a26a302a009 0.14 MB 394 51
362,180 362,180 000000000000000000293ce5a0a9e7c535407229794d4f56e09daf29ab0e2c3a 0.75 MB 1,249 27
362,179 362,179 000000000000000010044dffffcc852bf8ba326d43c1e985da283b401ebf4d9f 0.91 MB 1,638 25
362,178 362,178 0000000000000000085bbf225be8add7b0797ce87836b698f397393cf47e506c 1.00 MB 1,080 24
362,177 362,177 0000000000000000033f7f01ae3628b80352d6882708837bd16d687d835fe4e4 1.00 MB 2,624 37
Previous 10 blocks ↓
Total Size: 769.01 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,622.15 GB sent, 92.93 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.