Memory Pool Memory Pool Refreshing

802 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 802 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (695,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,096 212,096 00000000000003f0f80b83596935a769e850bd9e98f7b5952530ee43b6931272 0.43 MB 766 148
212,095 212,095 00000000000001e9fafd13bfe150808f1d0199904f220208712b8d37425a2b73 0.25 MB 811 286
212,094 212,094 00000000000002aacd72577b9fb60473013692595f5cf8a9f31c31d83617a9c3 0.25 MB 559 197
212,093 212,093 000000000000027eb9809024fe3aa197009da38f5a2ca8024b649ed5a93d34a1 0.12 MB 270 166
212,092 212,092 00000000000002c959a1d601430624889514e60103ae0ec6764639b41acf898b 0.07 MB 128 106
212,091 212,091 00000000000000998cadd3d514255a64c94065ef048402bc27e067e59524d297 0.15 MB 386 187
212,090 212,090 00000000000003158a4a20efed248e8c9fbcc1c71f8b618dd2db89142c983e26 0.04 MB 59 100
212,089 212,089 0000000000000496672fdf785725b9e88067f71afb339c77ca1d0a91e580f35d 0.11 MB 239 176
212,088 212,088 00000000000003266efcaf9721b795d5246f5b2c92665bd4c2df4df3d77e62ab 0.08 MB 255 26
212,087 212,087 00000000000003f0af0add6753b4c010360cbece7dc962b1acc853f8299a8dd5 0.04 MB 86 90
212,086 212,086 00000000000004900e418965c7eb820517d5c4d58e4659352e9a06e3fe7b8051 0.18 MB 399 259
212,085 212,085 000000000000048daaff8905daa0dae5fa31b372bb80a609e7cd230e8a54a437 0.11 MB 206 126
212,084 212,084 00000000000003146b75a1858519e422b3d45727df272894192b85da5416e7e6 0.16 MB 381 179
212,083 212,083 00000000000000c1f7acbace634c5f79753ff189d26ceb8b713f77ce1daba6ec 0.26 MB 369 149
212,082 212,082 00000000000000b4517be7a1d8cc9283e1b18db6b9602abc94eb2b1ef7ef4e84 0.05 MB 142 17
212,081 212,081 000000000000025612fe6d883e1d43826bf7e09963c0c410037a9841b586fe30 0.20 MB 547 273
212,080 212,080 00000000000000c8a77b31d2fab104e3580561c578c1efa754df0af70dd8ad4f 0.41 MB 819 187
212,079 212,079 00000000000002cca2cbe33afa7cb1ae2c401358b7c1e943ea1967984340992a 0.21 MB 442 148
212,078 212,078 00000000000004cb63dcf2269ed50c94d2380037d51d716fecf3cf7e61e9fac5 0.25 MB 615 191
212,077 212,077 00000000000003f98964335b75677386437b67c09985746d3ff3bd21ce1c1355 0.25 MB 613 200
212,076 212,076 000000000000032f25c8c02f1bf59492f92935c19a4e250ae8f98802b00d0e19 0.25 MB 618 216
Previous 10 blocks ↓
Total Size: 769.10 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,628.88 GB sent, 93.39 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.