Memory Pool Memory Pool Refreshing

7,735 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,705 (695,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,112 212,112 000000000000003d754bd075836a1d394650765e97cbb818ed10fe4e04b067e3 0.25 MB 737 299
212,111 212,111 000000000000031d60eaa4677e0495ead9879db7f12f7ce57d17f28b2b07a820 0.25 MB 533 172
212,110 212,110 00000000000003244dc6d2969020c45f694166b36e844a44f3bd21a99e3c7acd 0.05 MB 134 112
212,109 212,109 0000000000000213cb0e2d40d89189383ec4ec40812f1e8bf80acd0aa6328889 0.10 MB 130 79
212,108 212,108 000000000000009e42ea371341f2b4099712a1362ea07213ef58557780fea870 0.19 MB 289 106
212,107 212,107 000000000000005d36753fb0cba17ac1bb0df3240c1c6a601ad81bc85f0b4ef3 0.20 MB 566 211
212,106 212,106 0000000000000311653f5378dd5fdf24ee09e5bccb6f6af35948560898ce0a8e 0.25 MB 457 134
212,105 212,105 000000000000024329cfc4e7d2e35f7617cf8406da170145ccc8c7cf5cef1c2f 0.20 MB 541 356
212,104 212,104 00000000000004912667bcdd022db6048429d54122e8a46fcbc6b9b4f49a4a27 0.25 MB 670 198
212,103 212,103 00000000000000087d6909c8a3a11bd137533759e7182ca425c5cc97b211b5a0 0.05 MB 166 40
212,102 212,102 00000000000004ace0f6d55063ac0935fdc1b9314a1770416f876813e1316a7d 0.25 MB 651 210
212,101 212,101 00000000000004b0b85617b87d7840c5e4752517c551c329b37fa3ec4bceab43 0.28 MB 503 360
212,100 212,100 0000000000000223b1fd85a20b88d8d568ee410ddfa9a663a2f47aa96f731813 0.10 MB 210 125
212,099 212,099 00000000000002d0c36fdb42016a58d3fbafa2be9cf84d673fce392533262b0d 0.15 MB 350 164
212,098 212,098 00000000000004b4890ccd1059f55ddc5c05c077e311a841ef68a986a4dedc3b 0.25 MB 501 171
212,097 212,097 0000000000000029a9496007ba4a93c6621cd2d00f6f70995c18248e70336bdc 0.20 MB 542 222
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
Previous 10 blocks ↓
Total Size: 769.00 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,616.63 GB sent, 92.79 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.