Memory Pool Memory Pool Refreshing

2,678 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,705 00000000000000000002349e0000000000000000000000000000000000000000 0.94 vMB 2,664 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,704 (822,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,247 86,247 000000000017b557ff73d608fd1a9b7ddc60d5f6200a8da40818f32382a1ebf1 0.00 MB 4 0
86,246 86,246 0000000000150cce82dd932c73558f0c38e54c1fb89bd80de38604f99f26f728 0.00 MB 6 0
86,245 86,245 0000000000167a7af4114e0a64f70eb8f4d929ef364824a412263fe67929a127 0.00 MB 2 0
86,244 86,244 000000000023d62569037c6922dede54e90d5ea4e98cd41aa9f56d6f68df193f 0.00 MB 3 0
86,243 86,243 000000000020254a90c489bd3fe64637b15ba355e13943fa73fa9d5279f18da0 0.00 MB 3 0
86,242 86,242 000000000019b6118c2c54d73c1fa812427101592400a4cf086a87e34350d6cc 0.00 MB 1 0
86,241 86,241 00000000001ce67f5d9dcf08d1ce9c7dad7321501fa0d0a026be991da7006276 0.00 MB 3 0
86,240 86,240 0000000000139ed96939ed680e82d737ab2ecbeb56cce4738317d7a0370d6b16 0.00 MB 7 0
86,239 86,239 00000000000ed2317d55983cb9396d0a2285c48b2bda8fd5849fd9bd3b0b0b91 0.00 MB 3 0
86,238 86,238 0000000000007c7ed74f6c12cead6133d2960af9cfe8c516cb1d33b61d70a7f0 0.00 MB 3 0
86,237 86,237 00000000002a6473165a54a94f038470da186d95b6c95f619610282f0e22a56d 0.00 MB 1 0
86,236 86,236 000000000020372d994cd4b3e03466892c9bb4a8087bafc2660a2fb35c428f69 0.00 MB 1 0
86,235 86,235 00000000002b95dba5b5f2f6b151f414255e656f3f8c12c24226420f19ad7da8 0.00 MB 3 0
86,234 86,234 0000000000123906a1115bc674e0e4fce3af8c797db3a3465c19a7d2d6392232 0.00 MB 11 0
86,233 86,233 000000000028812f6b75b4df1d2a3755ddc5cf6a1772db4017757ef33103ca5c 0.00 MB 4 0
86,232 86,232 00000000001aefa5169075b2fc8b8a28fdd03188a8c5e8c37ba99115f6d66eb9 0.00 MB 1 0
86,231 86,231 00000000001ad4e2dd6abb9c1615e1df50d3c647bf847152fdf6f8fe86dc6a52 0.00 MB 4 0
86,230 86,230 00000000001336e86d4437328fe196743a4e70e76dc04010cfab3981923c07d4 0.00 MB 8 0
86,229 86,229 0000000000121af6c2acea982bd6cd3ad1cf27606dee3730dd67e75190e8304b 0.00 MB 1 0
86,228 86,228 00000000000d85f363dd79f1eee1e767671c047fff2bef814e3ce9ea1e8e20e6 0.00 MB 4 0
86,227 86,227 000000000014c50f38110415b4779ffe1d91f265b4ae032ff8b5531ca4c1d726 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 771.02 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,854.49 GB sent, 102.00 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.