Memory Pool Memory Pool Refreshing

6,787 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,695 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,450 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,694 (712,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,969 194,969 000000000000023500fa4a7030ca66465acd55b4650a0874f37bbb50fbee0c34 0.07 MB 181 245
194,968 194,968 0000000000000737184e31b1b3b95b3c9033a51cda396a4f24f25af56eab0de0 0.12 MB 189 132
194,967 194,967 0000000000000772b80e1348984cc90305bc5f95fb654baa41744f4e0790427f 0.05 MB 117 222
194,966 194,966 00000000000001a43dfc9a171608537c1acf1c3204355115e4e1f7952da184c7 0.00 MB 5 38
194,965 194,965 00000000000006a0b3031e1e14fae129dc2c349c95fb6c3d5c6ccc42b46edae8 0.05 MB 117 136
194,964 194,964 00000000000003c8855f68998ed546cf7b0cd2633bed4c86c5ade857ee135e44 0.06 MB 140 244
194,963 194,963 0000000000000239e2e52c44be4a91ce2f01efc431117c33d86273e146ce60a2 0.08 MB 199 222
194,962 194,962 00000000000001ba184c5d8d78f78364219eb8efac3ae8131c8e4904df1b4646 0.15 MB 154 111
194,961 194,961 000000000000000eab2d255f5a274afdb52bf6439560dcffbe515a051b8287dd 0.06 MB 128 63
194,960 194,960 0000000000000304b09ffdce11ecfb5d90112f7cacbc2e61c5a44409a2cf7a82 0.12 MB 317 204
194,959 194,959 0000000000000333f66e007242e0190d4d163532c171f9746fcc8ab96eea95cd 0.22 MB 563 187
194,958 194,958 00000000000003f2cba022e9bf8fb767419f62c315cbb6e111dc8dde338d7bb1 0.20 MB 511 156
194,957 194,957 000000000000005a72248e492413a78bb66ce15473176881e8797e28ec89099f 0.07 MB 128 81
194,956 194,956 00000000000006192a0ecb81e4ff116c087727879ec3796d52b3dfbb4c5701f8 0.04 MB 111 196
194,955 194,955 0000000000000470d71b6c6e0fded196dd3f07ce1c551dfc72a2f0f233bc4e55 0.13 MB 336 184
194,954 194,954 00000000000001bbc1bbc12f4b96153bcf6056624f771df77d95967695732560 0.05 MB 138 419
194,953 194,953 0000000000000788afb18f70554612ccc53493d6e1315ac2a152e4c0f18436b4 0.23 MB 512 115
194,952 194,952 0000000000000432ca4ee80492b4092d02872d841616e9b15af98e3505f5e024 0.09 MB 232 169
194,951 194,951 00000000000002150c243b1e7996c644cd9a6e031bf3c7c6dc5e3de7c1f66e69 0.01 MB 45 24
194,950 194,950 000000000000003750701a6210823ad7c83163ec5442b7e442ca47274ed01630 0.20 MB 512 138
194,949 194,949 000000000000034ecffa614bdc012c8068563ee239e59dc304c4255c94e1c4f2 0.17 MB 512 105
Previous 10 blocks ↓
Total Size: 768.97 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,615.70 GB sent, 92.68 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.