Memory Pool Memory Pool Refreshing

493 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,909 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 485 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,908 (773,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
134,276 134,276 00000000000007fabc5891a2d5b7d0211258312343c5317859408a6ac703dbe7 0.06 MB 145 373
134,275 134,275 000000000000023bc484a80fe6c4e5f5f5c4f4e45de83c26e8432bceec35c3a6 0.01 MB 21 1,077
134,274 134,274 000000000000030e8b7c289910e300df3b2b3fcab4a3606c02dfd02858124895 0.06 MB 148 152
134,273 134,273 00000000000002c5135e8a240bd7fa3759f4a559d33fb67cc5d6bf25f7f07a79 0.03 MB 69 451
134,272 134,272 0000000000000770a1f56e79f3daa3b1c13f6f3671aa3d3ea6eff009d5318639 0.04 MB 118 179
134,271 134,271 00000000000003cc83ae0538d8c434443bc002664d0e1d0915e158fcd6f16519 0.03 MB 84 1,491
134,270 134,270 00000000000009978e0d8cc904907ded1cb1cf2619b36b91722a91dcbcff2f9e 0.05 MB 108 343
134,269 134,269 0000000000000824fd9cddc1bf9e7a195f1c5cfd07de95c38ece6208b71088ad 0.06 MB 156 171
134,268 134,268 000000000000042ed7f3d27a07ef6558ed7b6c9ca31a4e305c7d03ec1e433a38 0.03 MB 79 692
134,267 134,267 00000000000006122e8f157faf9b8c059f56ad38b3885dc6f24d7129528fa700 0.00 MB 1 0
134,266 134,266 00000000000000c97dc422affcecdd4c592c2c5c36f36bb0539628c7649eed16 0.01 MB 8 1,252
134,265 134,265 0000000000000220e89ecf6f9a893e3f76056cc5f96f2c31bb6098658d560065 0.00 MB 17 2,215
134,264 134,264 00000000000008bb59cb81d26c36fd486fc591a43eda03a82731ad38ac294a54 0.07 MB 183 157
134,263 134,263 00000000000009e09669730ebbb4e0f15b6871d8382037ebfab986a8b8cfd52e 0.02 MB 62 477
134,262 134,262 000000000000018ce3a5ea20980a358de2e20990075b80a50476f7a9941aab64 0.05 MB 131 152
134,261 134,261 000000000000044d1ab4a68396e9a5ad1d763a3ecfb3d08738e0eacc52ed84cd 0.10 MB 238 398
134,260 134,260 00000000000005ea4f32d7697cea849b4073de8564c25ab5975e31841af26b26 0.02 MB 33 873
134,259 134,259 00000000000005f75dd1d286cd8676ba3ca87342ac168459a7abfa9f4cb71fa6 0.10 MB 279 213
134,258 134,258 0000000000000216e8f491e165a87decf812daf69bdaae706acb9c433fd82f90 0.04 MB 127 285
134,257 134,257 00000000000004353d5ceedb6450c14ea0d6e6a46f854e50e6c5650a0458054f 0.01 MB 11 749
134,256 134,256 00000000000007c9ab1ccd5d7b0c248fe68a41012081c6136ba1b4e60869b675 0.04 MB 69 197
Previous 10 blocks ↓
Total Size: 769.37 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 1,643.90 GB sent, 94.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.