Memory Pool Memory Pool Refreshing

171 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,757 00000000000000000002349e0000000000000000000000000000000000000000 0.04 vMB 153 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,756 (702,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,243 205,243 000000000000055021ac1fb17489f1cebd8223478456c31bc9493e283e5658c2 0.04 MB 102 142
205,242 205,242 00000000000003f59dc6259fa74fb675adef088df7bd8d7d3d1ea60447c1bd16 0.03 MB 71 527
205,241 205,241 000000000000036e1dc939a8f63027c91088b16b3f6f8023e5eebb6405c83991 0.05 MB 137 204
205,240 205,240 0000000000000101cb738b6bd55bcce9e8462d49ee7d1c9cff46f6e30b1b04e6 0.02 MB 43 156
205,239 205,239 000000000000033f2524d93d8b852f0f63fd130d479080ad4df5a4fe398462e3 0.07 MB 126 201
205,238 205,238 00000000000003ab7c70e3270b6a85d45b018e632a30a7fae46daf7ba81a044e 0.01 MB 19 597
205,237 205,237 00000000000001a2ace83e711207bd0066fbd11ea64344b02af396fb1c5e28fc 0.04 MB 89 170
205,236 205,236 000000000000006a96fe8e32b0fcfef9ee3c70d9619a06275f38462f1a6ec1f2 0.00 MB 12 73
205,235 205,235 000000000000008f5d710ec9b2752328a8f3aaf3cc44e18404b7c65a69837447 0.03 MB 97 173
205,234 205,234 0000000000000094f28d763299edeb19efecaf1345d7a1aab05231e1c15750b2 0.02 MB 47 303
205,233 205,233 000000000000031c93a5b33c014ce506a685776ed2058b984110167d999e3147 0.14 MB 156 71
205,232 205,232 0000000000000076303048fb42c611556f17e32e8ecda85dd9fe494c7027aa89 0.01 MB 10 34
205,231 205,231 00000000000002ed25d0fbeebc972bcf38daa24d0c5f3599680811ce8fe65d52 0.02 MB 43 128
205,230 205,230 00000000000000aebfb6faab3d45aa1a14cbd54a7b44fb90536fbd60c4ed056e 0.05 MB 100 110
205,229 205,229 000000000000051b95314f92e332c1e58ab173a93731477f9228e1a18ce83fad 0.00 MB 5 124
205,228 205,228 000000000000013960cd8d000f15e82655aaf5df6799efb05631f0d8d6ae04ab 0.01 MB 24 118
205,227 205,227 00000000000000916d399e1fe8c76289bfe6cc307231005a1934c1ab3e69e344 0.02 MB 32 117
205,226 205,226 0000000000000473981328c948e3aff911f5b155018c1dca9b1f9355569c1927 0.02 MB 69 10
205,225 205,225 0000000000000317dcadd6ad4ccb19c613e2564507da67e6b0ab4287d62e7b71 0.10 MB 264 191
205,224 205,224 00000000000000ddf9065310902a673c00122fe8565d79b71a697a58ac549f60 0.01 MB 31 177
205,223 205,223 00000000000001a511b507e0087cf07ad38a1b0af8120e354b0c47fd36a73505 0.01 MB 21 111
Previous 10 blocks ↓
Total Size: 769.09 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.30 GB sent, 93.34 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.