Memory Pool Memory Pool Refreshing

5,674 transactions
3.08 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,652 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (591,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,429 316,429 000000000000000024949d1d63186b5afa566235d39ae22394772732e38885d1 0.16 MB 281 27
316,428 316,428 000000000000000027e2c945e7b8a22a17190fb5e4b86f25dded36daded71032 0.10 MB 193 26
316,427 316,427 00000000000000001244355d78f58fac36d54eb5d8f855c547b4a160379dc07c 0.19 MB 317 25
316,426 316,426 0000000000000000171bb11aeec99c8786d5935d9e38e9b8e890a9713ef193a7 0.15 MB 224 24
316,425 316,425 0000000000000000098c29ca0b87966c2437fc5a295e7b31f7b8b4290a3c1155 0.04 MB 43 20
316,424 316,424 0000000000000000096c06366eeb97ecfda0d2f7204830e4b39e54dc8c2a3e37 0.02 MB 14 15
316,423 316,423 000000000000000011e7eb16ed6fc1686b28f512e44b3dfbde8be3a03e3797ee 0.12 MB 229 26
316,422 316,422 00000000000000002dd8741d20c10c70662e9311b0ced4c39fb481d1ddf4161f 0.18 MB 338 25
316,421 316,421 000000000000000033b659ec36fa4638520510373c9d82a80c15086ba2d0ac6f 0.15 MB 275 24
316,420 316,420 00000000000000001e3b6dd9d1edd9ae11990cd4515d112f17d3583dcf4e44c0 0.15 MB 246 24
316,419 316,419 00000000000000002979dced2d02ea29822df1fce913d998184e80d370d756e9 0.03 MB 34 13
316,418 316,418 000000000000000028c6f1eb543c21c0c715f89decea4b875dfc3393836b3050 0.36 MB 512 24
316,417 316,417 0000000000000000336c36871aeb09b86a640e0b49ebf5c04e208e511840b6d8 0.18 MB 230 25
316,416 316,416 00000000000000002bc0acc6c945e2e028220b1e3c0600d4885c50a57d4a5be7 0.11 MB 210 24
316,415 316,415 0000000000000000074b84f66b52839c4d4fbff8d5e8be01e4cebeb14e6bedf9 0.19 MB 305 27
316,414 316,414 000000000000000004dfda2c24466d53cf9a85b482372e9f9e27415b75086480 0.04 MB 78 10
316,413 316,413 0000000000000000039db1e9f7eb9e5b5e0749e0244b861a5a04f147878bd2c7 0.41 MB 616 23
316,412 316,412 0000000000000000076f830667c9df190e4b1e4651e179afaa553a0e8e0a4167 0.51 MB 954 29
316,411 316,411 000000000000000023134aa227a9af8e4de70dca425ddecc571601855d87f78d 0.41 MB 691 26
316,410 316,410 000000000000000018e75a019ddacfdb7ffbba1bd53c2bc4a81d2c0ada105502 0.35 MB 711 29
316,409 316,409 0000000000000000223b0fd81fc6e63492028f272f772e5daad131feef4377be 0.02 MB 29 21
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.