Memory Pool Memory Pool Refreshing

7,356 transactions
3.42 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,757 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (581,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
326,328 326,328 00000000000000001d68a86cc5e77484a6515768d945521a2d6fe0d0196cadc3 0.69 MB 666 21
326,327 326,327 00000000000000000429628c8c873878b78b6e6eb78200b2218ceb17a2431c86 1.00 MB 2,117 36
326,326 326,326 00000000000000000078cb17f81e7459921c4e868af40c6bbfc11976365e998d 0.35 MB 550 23
326,325 326,325 0000000000000000068361214ec6247c2a2c7c1d10eb693c3567afbb12a5c2c4 0.83 MB 1,103 23
326,324 326,324 000000000000000017ff556eac93d6a04c079c535d3432fdde9b87a6a34660e6 0.25 MB 353 23
326,323 326,323 00000000000000001cc8657f1e97c53d748eadfe6d34fe729f5a02673f9bd2f7 0.35 MB 953 38
326,322 326,322 0000000000000000044ee66675078dc1d7603bca6a4e5dd0a1053e2b15ecf589 0.25 MB 456 27
326,321 326,321 00000000000000001957b3a57357edc3b4202b7c4bdcc020e67c649813ba91d7 0.35 MB 436 17
326,320 326,320 0000000000000000123cae246b248ebd38e09f5ddfd3f7c661ee59878a4d4779 0.03 MB 64 26
326,319 326,319 00000000000000001ae0345c17918499b1a213463a79b2eee079a5fca7233eb0 0.45 MB 545 19
326,318 326,318 00000000000000001a9d29e618fb6fde73c3a286dada60ee763e85eb534ba247 0.35 MB 956 44
326,317 326,317 00000000000000001dcb73c00dbea5a61067d8d14b531bc87073a20918f7d521 0.32 MB 527 27
326,316 326,316 0000000000000000132b899455ce5d08fd84f0241eab40236405c8452f9217ed 0.59 MB 1,097 29
326,315 326,315 000000000000000017230d4496d3fcb034c3675349a5dea91f40a034ce1c3e43 0.06 MB 38 3
326,314 326,314 00000000000000000dd866ad88cdef3ca3ee93d5672473e208e82236ce73f578 0.60 MB 1,002 34
326,313 326,313 00000000000000000889fa080d0b81adb2e696a3d172b95bdca67cb6f733fba7 0.55 MB 1,018 25
326,312 326,312 000000000000000008554fd22f03427c70837b719079827258ca9e7017a61d30 0.30 MB 572 27
326,311 326,311 0000000000000000071bbf77dd0ea457f187cf9d59c90734ba41a8d16bdaaf62 0.19 MB 385 27
326,310 326,310 0000000000000000168059bb0fd5409040d248bee9945b384e260ab13b605adc 0.08 MB 148 27
326,309 326,309 0000000000000000072c2d29da4384a84e6eae3b0947fc799388208c20b158ee 0.01 MB 23 28
326,308 326,308 000000000000000008360f4c6115ff773944418b9e779ac81ebcb5c76745fe42 0.38 MB 748 29
Previous 10 blocks ↓
Total Size: 769.03 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,624.84 GB sent, 93.01 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.