Memory Pool Memory Pool Refreshing

3,817 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,618 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (577,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,285 330,285 00000000000000000fe863400207fb93d3d47a20f26963a1ad8a879bff921601 0.75 MB 463 15
330,284 330,284 00000000000000001a5579db7d55654fd0760a452ad0de361c647efde198b818 0.21 MB 512 33
330,283 330,283 0000000000000000137fd51dbe2815df8c6c59309ef633f491297218abb521f0 0.25 MB 362 20
330,282 330,282 00000000000000001aae0a02236d27a1bae0be0c7a7a7f86db7f0c9cb37f6db5 1.00 MB 677 16
330,281 330,281 000000000000000018c481e81e78c0edd7a6bcb657e2e031f7f0ad925e91d57c 0.75 MB 1,123 25
330,280 330,280 0000000000000000002ecce5a98fe392d6d04b2861787a2a9962d66a9903ca5f 0.35 MB 987 58
330,279 330,279 00000000000000001a4f13781bacf53624ac6218fdea2a1677310c740f8bbc60 0.62 MB 1,010 28
330,278 330,278 000000000000000008c7be02113c626ba054ffa5b5651f98b59206ea13e69b95 0.12 MB 143 12
330,277 330,277 00000000000000000653bbc2d4ac3f675967cfdd28c8b472f362ef14c65d1e8b 0.47 MB 687 21
330,276 330,276 0000000000000000180312e4d7ce68fdead385f775092a0722af954c8969d7bf 0.08 MB 133 26
330,275 330,275 0000000000000000183bc948cc91f7fe8a6eba6f8905ae8636da34a737164e46 0.75 MB 1,159 23
330,274 330,274 00000000000000001849ed57a441be19c1af62c857d2363465e9194f5cb24399 0.90 MB 1,590 27
330,273 330,273 000000000000000011175e35376725add0a3f79df8d2e796a8bbbaebcb866b26 0.78 MB 238 11
330,272 330,272 0000000000000000103d7a23ed24f350af9bea6848f86df03ea54f0efe71c846 0.35 MB 192 13
330,271 330,271 000000000000000004ff1a7d52c8028b2d26317ad0e7d609667211d9646a4284 0.75 MB 1,614 32
330,270 330,270 0000000000000000148d55a920bbe44b8469ac5e5ce822314deb88065017ea8f 0.66 MB 115 11
330,269 330,269 0000000000000000095c86bc67a38eadc1d709ecf8ee41e44c59e7cbb483e6cb 0.70 MB 629 18
330,268 330,268 000000000000000003c2bca07f7b24dcaa83b1fabfa8d04d7063b22852f393b3 0.35 MB 562 26
330,267 330,267 00000000000000000d5ffb37d7e4c635627e06f6f680ad881f6268c756d5a49b 0.22 MB 78 10
330,266 330,266 00000000000000000509970899da7046a1463316771627f687f37b3efb620d82 0.21 MB 316 26
330,265 330,265 000000000000000017d941093ea839d3e6063b8db0a573e5cd278cd98355e124 0.03 MB 32 24
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.