Memory Pool Memory Pool Refreshing

9,942 transactions
4.57 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,158 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (616,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,197 291,197 0000000000000000529508c3bf36da4f031ce08994f883ad9fe14c1bd0c7970a 0.17 MB 512 55
291,196 291,196 00000000000000005870d00fc78a396f01e10dc2adc693793e7336bb7a5d2dff 0.07 MB 56 12
291,195 291,195 00000000000000007537d9c121b900f912b37d30e826f5c4c068443e41ba3530 0.71 MB 1,402 35
291,194 291,194 00000000000000006f5d441e3e2f1c5c9ab378fb38fdfa96cffa129592bb7e80 0.22 MB 512 35
291,193 291,193 0000000000000000be3721ceb96e2f17d835a0bcacfe83a72bfca5461531a84b 0.34 MB 1,024 55
291,192 291,192 0000000000000000ec93452593eeeb05cbeb09a84ef4bec4d281fdf88d3b5607 0.06 MB 31 7
291,191 291,191 0000000000000000909d68e1f27242927cb7de54a8df101cbd23a01c8ea96920 0.23 MB 483 39
291,190 291,190 00000000000000008712493af5db14c9ecc5747e4164c8025cb95a966acf2cf1 0.04 MB 62 12
291,189 291,189 00000000000000002cd3d06b65eec2aae31df36f9932cbfb3b60746dc4af8687 0.11 MB 240 36
291,188 291,188 00000000000000005f8adb91f04c39e0bea2762409408153d8c385c844b1f834 0.05 MB 105 37
291,187 291,187 00000000000000006c219d5da55441556bdc00fd12bf77d0e8189a524a3edddf 0.14 MB 323 40
291,186 291,186 000000000000000008119dc16f4946b29e00b7cae0e2f8d23731b7a8dbaea64d 0.16 MB 415 43
291,185 291,185 0000000000000000632041fb1585f8aee76a99d32ae874a8e27248bf1a3bfa99 0.00 MB 1 0
291,184 291,184 0000000000000000270e954a577d7464f9b9af21e6905f6af028d76231b14814 0.10 MB 145 26
291,183 291,183 0000000000000000a25ab9fb5056f08f72afc195b8e6b1f0115129ff1775456b 0.10 MB 228 36
291,182 291,182 000000000000000047b77e39fab8b0bc616105ef9b3bf549bf08d26956f07216 0.10 MB 179 34
291,181 291,181 0000000000000000123c1dbed68a8c7fb80b39ebf31e17b3b85456b703ed4581 0.27 MB 610 38
291,180 291,180 000000000000000052beb4cfde4bebdd5362bafcda96dce9ea6f1f20fd212be6 0.31 MB 667 33
291,179 291,179 0000000000000000b1087ba8ee74fdeb5c2fb0ceb2d2e41f18beceebaaecc2a1 0.35 MB 632 24
291,178 291,178 00000000000000005a7a40fc6db645d9b1c5f5d0f8a738b02f2b21922b052d13 0.11 MB 136 17
291,177 291,177 000000000000000006dabfd198d82a39360dbcee71f4e38b63d5efe2e6292e74 0.19 MB 512 41
Previous 10 blocks ↓
Total Size: 769.03 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,625.67 GB sent, 93.04 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.