Memory Pool Memory Pool Refreshing

8,418 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,293 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (462,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
445,244 445,244 00000000000000000389d96e1b6bd86e63f775e0fe6b85b59cbb524e960977a8 0.83 MB 1,561 63
445,243 445,243 000000000000000002c93fd32e2ed0bfc744dea597d1ddf28aa50c323f1abbab 1.00 MB 1,676 56
445,242 445,242 00000000000000000318df6020a3bb2d6a33da1e6009891afabbf3ae3c0cc217 1.00 MB 2,426 85
445,241 445,241 00000000000000000072552732c18edf334eb7a3a5c77d5d6b3679692fa590f9 1.00 MB 2,157 79
445,240 445,240 000000000000000001da4ec375ca12b6c61016ae642db5249430b067fbf7877b 0.82 MB 1,063 42
445,239 445,239 00000000000000000289ea671fc60f52cf9379c199a621d6aa918f4c3b7a3f08 0.68 MB 806 34
445,238 445,238 0000000000000000020be0ef38a29dd3ce8f89cd14ee4b4b8243ac8a40d78897 1.00 MB 1,674 36
445,237 445,237 000000000000000000a938538b52f1a1228220a70788e81647f95c11e511a036 1.00 MB 1,560 52
445,236 445,236 000000000000000001b4f552f751c34193aa64fb61452f0c4b50dd2ace8d3f99 1.00 MB 2,341 64
445,235 445,235 00000000000000000209fad57ac7ef40f2ee804a8c82d487a89dd32754d6bab1 1.00 MB 2,015 60
445,234 445,234 000000000000000003633c7aef5e638c00c0c384d4f90f66433ff6c50ac8ae02 1.00 MB 1,924 64
445,233 445,233 0000000000000000032a8fd4fe46db7f088d3d147b90cf0d8de75a2bec27fe9f 1.00 MB 2,532 88
445,232 445,232 0000000000000000032195d9c2f2529c9422ce24e84e98985a1052ae35d90a35 1.00 MB 1,449 54
445,231 445,231 000000000000000000c0cb4a6e34c7fb5abffe31ebc05d6b43aacee25f2514be 1.00 MB 2,612 81
445,230 445,230 0000000000000000019cc8fe07129f25a8178d3aab50f18b5caceadd32f11e53 1.00 MB 2,152 71
445,229 445,229 0000000000000000019d58a43782a5aeecb1026bc5a40d06538dc3b324c1db17 1.00 MB 1,167 69
445,228 445,228 0000000000000000035eeda7673e998ad84328075bd479e90afc71d3712fa9d1 1.00 MB 1,896 75
445,227 445,227 000000000000000002345c1c19402ea7804bca0e541d1cb2f58f98c711fd8179 1.00 MB 2,480 86
445,226 445,226 00000000000000000371726a84fcdb3e17d4bf571014f6ac6f5de1609fcb01e5 1.00 MB 2,412 78
445,225 445,225 0000000000000000035c59abeafbe708a1bbd3ddc97f84148db36880e50725f1 1.00 MB 3,000 87
445,224 445,224 0000000000000000037d2d0bc5479a012977c49eeac67c3e8e84558125373059 1.00 MB 2,546 78
Previous 10 blocks ↓
Total Size: 769.13 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,631.71 GB sent, 93.56 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.